summaryrefslogtreecommitdiffstats
path: root/ksysv/ActionList.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/ActionList.h')
-rw-r--r--ksysv/ActionList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksysv/ActionList.h b/ksysv/ActionList.h
index 5f5a047..2b4549e 100644
--- a/ksysv/ActionList.h
+++ b/ksysv/ActionList.h
@@ -106,9 +106,10 @@ private:
class ActionList : public TQObject, private TQPtrStack<KSVAction>
{
Q_OBJECT
+ TQ_OBJECT
public:
- ActionList (TQObject* parent, const char* name);
+ ActionList (TQObject* tqparent, const char* name);
virtual ~ActionList ();
KSVAction* top () const { return TQPtrStack<KSVAction>::top(); }