diff options
Diffstat (limited to 'ksysv/ksvdrag.h')
-rw-r--r-- | ksysv/ksvdrag.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ksysv/ksvdrag.h b/ksysv/ksvdrag.h index 272f16d..bbbb415 100644 --- a/ksysv/ksvdrag.h +++ b/ksysv/ksvdrag.h @@ -3,7 +3,7 @@ #ifndef KSVDRAG_H #define KSVDRAG_H -#include <qdragobject.h> +#include <tqdragobject.h> class KSVData; class KSVItem; @@ -14,14 +14,14 @@ class KSVDrag : public QDragObject Q_OBJECT public: - KSVDrag (const KSVData& item, QWidget* dragSource = 0L, const char* name = 0L); - KSVDrag (const KSVItem& item, QWidget* dragSource = 0L, const char* name = 0L); + KSVDrag (const KSVData& item, TQWidget* dragSource = 0L, const char* name = 0L); + KSVDrag (const KSVItem& item, TQWidget* dragSource = 0L, const char* name = 0L); virtual ~KSVDrag(); virtual const char* format (int i) const; - QByteArray encodedData (const char*) const; + TQByteArray encodedData (const char*) const; - static bool decodeNative (const QMimeSource*, KSVData&); + static bool decodeNative (const TQMimeSource*, KSVData&); private: enum |