summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmactions.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmactions.h')
-rw-r--r--kpovmodeler/pmactions.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/kpovmodeler/pmactions.h b/kpovmodeler/pmactions.h
index 7e4a4f68..e33e4480 100644
--- a/kpovmodeler/pmactions.h
+++ b/kpovmodeler/pmactions.h
@@ -1,4 +1,3 @@
-//-*-C++-*-
/*
**************************************************************************
description
@@ -35,7 +34,7 @@ class TQToolButton;
*/
class PMComboAction : public TDEAction
{
- Q_OBJECT
+ TQ_OBJECT
public:
PMComboAction( const TQString& text, int accel, const TQObject* receiver, const char* member, TQObject* parent, const char* name );
@@ -67,7 +66,7 @@ private:
*/
class PMLabelAction : public TDEAction
{
- Q_OBJECT
+ TQ_OBJECT
public:
PMLabelAction( const TQString &text, TQObject *parent = 0, const char *name = 0 );
@@ -85,7 +84,7 @@ private:
*/
class PMSpinBoxAction : public TDEAction
{
- Q_OBJECT
+ TQ_OBJECT
public:
PMSpinBoxAction( const TQString& text, int accel, const TQObject* receiver, const char* member, TQObject* parent, const char* name );