From f988857fcf5b44899af08ef475d9a29c675b3731 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:21 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/modules/toolbareditor/toolbareditor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/toolbareditor') diff --git a/src/modules/toolbareditor/toolbareditor.h b/src/modules/toolbareditor/toolbareditor.h index ea2f5252..91266ca2 100644 --- a/src/modules/toolbareditor/toolbareditor.h +++ b/src/modules/toolbareditor/toolbareditor.h @@ -36,7 +36,7 @@ class KviActionDrawer; class KviCustomizeToolBarsDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + protected: KviCustomizeToolBarsDialog(TQWidget * p); public: @@ -69,7 +69,7 @@ class TQPushButton; class KviCustomToolBarPropertiesDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KviCustomToolBarPropertiesDialog(TQWidget * p,const TQString &szText,const TQString &szId = TQString(),const TQString &szLabel = TQString(),const TQString &szIconId = TQString()); ~KviCustomToolBarPropertiesDialog(); @@ -102,7 +102,7 @@ class TQTimer; class KviTrashcanLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KviTrashcanLabel(TQWidget * p); virtual ~KviTrashcanLabel(); -- cgit v1.2.1