diff options
Diffstat (limited to 'amor/amor.h')
-rw-r--r-- | amor/amor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amor/amor.h b/amor/amor.h index 9991bbb..3e75183 100644 --- a/amor/amor.h +++ b/amor/amor.h @@ -45,7 +45,7 @@ class AmorWidget; class TQTimer; class KWinModule; -class KPopupMenu; +class TDEPopupMenu; class QueueItem { public: @@ -134,7 +134,7 @@ private: TQTimer *mStackTimer; // Restacking timer TQTimer *mBubbleTimer;// Bubble tip timer (GP: I didn't create this one, it had no use when I found it) AmorDialog *mAmorDialog; // Setup dialog - KPopupMenu *mMenu; // Our menu + TDEPopupMenu *mMenu; // Our menu time_t mActiveTime; // The time an active event occurred TQPoint mCursPos; // The last recorded position of the pointer TQString mTipText; // Text to display in a bubble when possible |