From 28166400a4ac95793e5adb51721722e8656ebe4a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- kicker-applets/ktimemon/confdlg.h | 2 +- kicker-applets/ktimemon/timemon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kicker-applets/ktimemon') 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 }; -- cgit v1.2.1