/* 
   QTKit.h

   mySTEP QTKit Library global include file

   Author:	H. N. Schaller <hns@computer.org>
   Date:	Nov 2006

   This file is part of the mySTEP Library and is provided
   under the terms of the GNU Library General Public License.
*/ 

#ifndef _mySTEP_H_QTKit
#define _mySTEP_H_QTKit

#import <Cocoa/Cocoa.h>

#import <QTKit/QTTime.h>
#import <QTKit/QTTimeRange.h>
#import <QTKit/QTDataReference.h>
#import <QTKit/QTMedia.h>
#import <QTKit/QTMovie.h>
#import <QTKit/QTMovieView.h>
#import <QTKit/QTTrack.h>

#endif /* _mySTEP_H_QTKit */

