From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdgantt/KDGanttViewItemDrag.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kdgantt/KDGanttViewItemDrag.h') diff --git a/kdgantt/KDGanttViewItemDrag.h b/kdgantt/KDGanttViewItemDrag.h index c017720e..2512711e 100644 --- a/kdgantt/KDGanttViewItemDrag.h +++ b/kdgantt/KDGanttViewItemDrag.h @@ -32,9 +32,9 @@ #ifndef KDGANTTVIEWITEMGRAG_H #define KDGANTTVIEWITEMGRAG_H -#include -#include -#include +#include +#include +#include class KDGanttViewItem; @@ -42,16 +42,16 @@ class KDGanttViewItem; class KDGanttViewItemDrag :public QStoredDrag { public: - KDGanttViewItemDrag(KDGanttViewItem* item, QWidget *source, const char * name ) ; + KDGanttViewItemDrag(KDGanttViewItem* item, TQWidget *source, const char * name ) ; - QByteArray encodedData( const char * c) const; + TQByteArray encodedData( const char * c) const; KDGanttViewItem* getItem(); - static bool canDecode ( const QMimeSource * e ); - static bool decode ( const QMimeSource * e, QString & ); + static bool canDecode ( const TQMimeSource * e ); + static bool decode ( const TQMimeSource * e, TQString & ); protected: private: - QByteArray array; + TQByteArray array; KDGanttViewItem* myItem; }; -- cgit v1.2.3