diff options
Diffstat (limited to 'kdgantt/KDGanttViewItemDrag.h')
-rw-r--r-- | kdgantt/KDGanttViewItemDrag.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdgantt/KDGanttViewItemDrag.h b/kdgantt/KDGanttViewItemDrag.h index d29ec2143..a4d6cb6f0 100644 --- a/kdgantt/KDGanttViewItemDrag.h +++ b/kdgantt/KDGanttViewItemDrag.h @@ -23,8 +23,8 @@ ** licensing are not clear to you. ** ** As a special exception, permission is given to link this program - ** with any edition of Qt, and distribute the resulting executable, - ** without including the source code for Qt in the source distribution. + ** with any edition of TQt, and distribute the resulting executable, + ** without including the source code for TQt in the source distribution. ** **********************************************************************/ @@ -39,7 +39,7 @@ class KDGanttViewItem; -class KDGanttViewItemDrag :public QStoredDrag +class KDGanttViewItemDrag :public TQStoredDrag { public: KDGanttViewItemDrag(KDGanttViewItem* item, TQWidget *source, const char * name ) ; |