summaryrefslogtreecommitdiffstats
path: root/kommander/widget/invokeclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widget/invokeclass.h')
-rw-r--r--kommander/widget/invokeclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widget/invokeclass.h b/kommander/widget/invokeclass.h
index 043ba73b..19001f9e 100644
--- a/kommander/widget/invokeclass.h
+++ b/kommander/widget/invokeclass.h
@@ -20,7 +20,7 @@ class InvokeClass : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
- InvokeClass(TQObject *tqparent);
+ InvokeClass(TQObject *parent);
void invokeSlot(TQObject *object, const TQString& slot, TQStringList args);
static TQStringList acceptedSlots()