diff options
Diffstat (limited to 'kommander/widget/invokeclass.cpp')
-rw-r--r-- | kommander/widget/invokeclass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widget/invokeclass.cpp b/kommander/widget/invokeclass.cpp index a82a5305..ec360d69 100644 --- a/kommander/widget/invokeclass.cpp +++ b/kommander/widget/invokeclass.cpp @@ -15,7 +15,7 @@ #include <tqcolor.h> #include <tqregexp.h> -InvokeClass::InvokeClass(TQObject *tqparent):TQObject(tqparent) +InvokeClass::InvokeClass(TQObject *parent):TQObject(parent) { m_acceptedSlots = acceptedSlots(); } |