diff options
Diffstat (limited to 'kpovmodeler/pmactions.h')
-rw-r--r-- | kpovmodeler/pmactions.h | 6 |
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( ); |