diff options
Diffstat (limited to 'kdat/TapeDrive.h')
-rw-r--r-- | kdat/TapeDrive.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdat/TapeDrive.h b/kdat/TapeDrive.h index 4709eed..b777bc0 100644 --- a/kdat/TapeDrive.h +++ b/kdat/TapeDrive.h @@ -19,14 +19,14 @@ #ifndef _TapeDrive_h_ #define _TapeDrive_h_ -#include <qobject.h> +#include <tqobject.h> class Tape; /** * @short An OO interface to the tape drive. */ -class TapeDrive : public QObject { +class TapeDrive : public TQObject { Q_OBJECT int _fd; bool _readOnly; @@ -241,7 +241,7 @@ signals: * * @param msg The informational message. */ - void sigStatus( const QString & msg ); + void sigStatus( const TQString & msg ); }; #endif |