summaryrefslogtreecommitdiffstats
path: root/src/modules/toolbareditor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
commitf988857fcf5b44899af08ef475d9a29c675b3731 (patch)
treec76fa817f819646aef3eb38bd371dbdad83f3241 /src/modules/toolbareditor
parentf3c8306949b2c5cece09d920309f23facf6d7022 (diff)
downloadkvirc-f988857fcf5b44899af08ef475d9a29c675b3731.tar.gz
kvirc-f988857fcf5b44899af08ef475d9a29c675b3731.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/modules/toolbareditor')
-rw-r--r--src/modules/toolbareditor/toolbareditor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/toolbareditor/toolbareditor.h b/src/modules/toolbareditor/toolbareditor.h
index ea2f525..91266ca 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();