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