summaryrefslogtreecommitdiffstats
path: root/kicker-applets/ktimemon
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/ktimemon')
-rw-r--r--kicker-applets/ktimemon/timemon.cc2
-rw-r--r--kicker-applets/ktimemon/timemon.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kicker-applets/ktimemon/timemon.cc b/kicker-applets/ktimemon/timemon.cc
index 43c6fe8..1487a81 100644
--- a/kicker-applets/ktimemon/timemon.cc
+++ b/kicker-applets/ktimemon/timemon.cc
@@ -241,7 +241,7 @@ KTimeMon::KTimeMon(const TQString& configFile, Type type, int actions,
"Based on timemon by H. Maierhofer");
hmenu = new KHelpMenu(this, aboutmsg);
- menu = new KPopupMenu(this);
+ menu = new TDEPopupMenu(this);
menu->insertTitle( SmallIcon( "ktimemon" ), i18n( "System Monitor" ) ) ;
menu->insertItem(i18n("Horizontal Bars"), 4);
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;