diff options
Diffstat (limited to 'kget/droptarget.h')
-rw-r--r-- | kget/droptarget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kget/droptarget.h b/kget/droptarget.h index 84ae0ea2..5c7c932c 100644 --- a/kget/droptarget.h +++ b/kget/droptarget.h @@ -65,7 +65,7 @@ private slots: private: KPopupMenu * popupMenu; - KMainWidget *tqparent; + KMainWidget *parent; bool b_sticky; @@ -75,7 +75,7 @@ private: int size[4]; - TQBitmap tqmask; + TQBitmap mask; public: // Public attributes /** */ // int oldX; |