summaryrefslogtreecommitdiffstats
path: root/kicker-applets/ktimemon
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/ktimemon')
-rw-r--r--kicker-applets/ktimemon/confdlg.h2
-rw-r--r--kicker-applets/ktimemon/timemon.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/ktimemon/confdlg.h b/kicker-applets/ktimemon/confdlg.h
index d7451f3..01b5fed 100644
--- a/kicker-applets/ktimemon/confdlg.h
+++ b/kicker-applets/ktimemon/confdlg.h
@@ -48,7 +48,7 @@ class KConfDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KConfDialog(KTimeMon *timemon);
diff --git a/kicker-applets/ktimemon/timemon.h b/kicker-applets/ktimemon/timemon.h
index 7e023c5..4268c06 100644
--- a/kicker-applets/ktimemon/timemon.h
+++ b/kicker-applets/ktimemon/timemon.h
@@ -46,7 +46,7 @@ class KPopupMenu;
class KTimeMon : public KPanelApplet, TQToolTip {
Q_OBJECT
- TQ_OBJECT
+
public:
enum MouseAction { NOTHING, SWITCH, MENU, COMMAND };