summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmactions.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:07:32 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:07:32 -0600
commite8f365173e37780bc769530f21a4c23818cd6379 (patch)
tree21148d06d650a0680c5ad9dfeb5a35bb4b3cca4a /kpovmodeler/pmactions.h
parent39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff)
downloadtdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz
tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kpovmodeler/pmactions.h')
-rw-r--r--kpovmodeler/pmactions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmactions.h b/kpovmodeler/pmactions.h
index bd397015..937b62a7 100644
--- a/kpovmodeler/pmactions.h
+++ b/kpovmodeler/pmactions.h
@@ -36,7 +36,7 @@ class TQToolButton;
class PMComboAction : public KAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
PMComboAction( const TQString& text, int accel, const TQObject* receiver, const char* member, TQObject* parent, const char* name );
~PMComboAction( );
@@ -68,7 +68,7 @@ private:
class PMLabelAction : public KAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
PMLabelAction( const TQString &text, TQObject *parent = 0, const char *name = 0 );
@@ -86,7 +86,7 @@ private:
class PMSpinBoxAction : public KAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
PMSpinBoxAction( const TQString& text, int accel, const TQObject* receiver, const char* member, TQObject* parent, const char* name );
~PMSpinBoxAction( );