diff options
Diffstat (limited to 'kbabel/commonui/cmdedit.h')
-rw-r--r-- | kbabel/commonui/cmdedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/commonui/cmdedit.h b/kbabel/commonui/cmdedit.h index bd091166..57c96a3f 100644 --- a/kbabel/commonui/cmdedit.h +++ b/kbabel/commonui/cmdedit.h @@ -50,7 +50,7 @@ class CmdEdit : public TQWidget Q_OBJECT TQ_OBJECT public: - CmdEdit(TQWidget* tqparent=0,const char* name=0); + CmdEdit(TQWidget* parent=0,const char* name=0); void setCommands(const TQStringList& commands,const TQStringList& commandNames); void commands(TQStringList& commands, TQStringList& commandNames); |