diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:48:06 +0000 |
commit | 47c8a359c5276062c4bc17f0e82410f29081b502 (patch) | |
tree | 2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /kget/droptarget.h | |
parent | 6f82532777a35e0e60bbd2b290b2e93e646f349b (diff) | |
download | tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kget/droptarget.h')
-rw-r--r-- | kget/droptarget.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/kget/droptarget.h b/kget/droptarget.h index debce208..a6276278 100644 --- a/kget/droptarget.h +++ b/kget/droptarget.h @@ -27,9 +27,9 @@ #ifndef _DROPTARGET_H #define _DROPTARGET_H -#include <qwidget.h> -#include <qbitmap.h> -#include <qdragobject.h> +#include <tqwidget.h> +#include <tqbitmap.h> +#include <tqdragobject.h> class KPopupMenu; class KMainWidget; @@ -46,17 +46,17 @@ public: void updateStickyState(); protected: - virtual void resizeEvent(QResizeEvent *); + virtual void resizeEvent(TQResizeEvent *); // drag and drop - virtual void dragEnterEvent(QDragEnterEvent *); + virtual void dragEnterEvent(TQDragEnterEvent *); /** No descriptions */ - virtual void mouseDoubleClickEvent(QMouseEvent * e); - virtual void dropEvent(QDropEvent *); + virtual void mouseDoubleClickEvent(TQMouseEvent * e); + virtual void dropEvent(TQDropEvent *); /** No descriptions */ - virtual void mouseMoveEvent(QMouseEvent *); - virtual void mousePressEvent(QMouseEvent * e); - virtual void mouseReleaseEvent(QMouseEvent *); + virtual void mouseMoveEvent(TQMouseEvent *); + virtual void mousePressEvent(TQMouseEvent * e); + virtual void mouseReleaseEvent(TQMouseEvent *); private slots: void toggleSticky(); @@ -74,7 +74,7 @@ private: int size[4]; - QBitmap mask; + TQBitmap mask; public: // Public attributes /** */ // int oldX; |