summaryrefslogtreecommitdiffstats
path: root/src/commandline_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandline_part.h')
-rw-r--r--src/commandline_part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline_part.h b/src/commandline_part.h
index 74aebda..784ebe9 100644
--- a/src/commandline_part.h
+++ b/src/commandline_part.h
@@ -33,7 +33,7 @@ class commandline_part : public TQObject
Q_OBJECT
TQ_OBJECT
public:
- commandline_part(TQObject *tqparent, const char *name, KCmdLineArgs *args);
+ commandline_part(TQObject *parent, const char *name, KCmdLineArgs *args);
virtual ~commandline_part();
virtual int exec();
private: