diff options
Diffstat (limited to 'kicker-applets/ktimemon/timemon.h')
-rw-r--r-- | kicker-applets/ktimemon/timemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/ktimemon/timemon.h b/kicker-applets/ktimemon/timemon.h index 6e454d8..a639b3a 100644 --- a/kicker-applets/ktimemon/timemon.h +++ b/kicker-applets/ktimemon/timemon.h @@ -32,7 +32,7 @@ class TQPainter; class TDEProcess; class KShellProcess; class KHelpMenu; -class KPopupMenu; +class TDEPopupMenu; // -- KTimeMon declaration ----------------------------------------------- @@ -88,7 +88,7 @@ private: unsigned interval; bool autoScale; unsigned pageScale, swapScale, ctxScale; - KPopupMenu* menu; + TDEPopupMenu* menu; KHelpMenu* hmenu; TQTimer* timer; KConfDialog *configDialog; |