diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:43 -0600 |
commit | 28166400a4ac95793e5adb51721722e8656ebe4a (patch) | |
tree | 335bf692046a5d4cc10b2dc3f8beaa350c9607cb /kicker-applets/ktimemon | |
parent | 2e53a31f139e370203f5a947a44d8daa8addcbe9 (diff) | |
download | tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.tar.gz tdeaddons-28166400a4ac95793e5adb51721722e8656ebe4a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kicker-applets/ktimemon')
-rw-r--r-- | kicker-applets/ktimemon/confdlg.h | 2 | ||||
-rw-r--r-- | kicker-applets/ktimemon/timemon.h | 2 |
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 }; |