diff options
Diffstat (limited to 'kppp/scriptedit.h')
-rw-r--r-- | kppp/scriptedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/scriptedit.h b/kppp/scriptedit.h index f94e717e..81cefd5b 100644 --- a/kppp/scriptedit.h +++ b/kppp/scriptedit.h @@ -37,7 +37,7 @@ class ScriptEdit : public TQWidget { Q_OBJECT TQ_OBJECT public: - ScriptEdit( TQWidget *tqparent=0, const char *name=0 ); + ScriptEdit( TQWidget *parent=0, const char *name=0 ); ~ScriptEdit() {} TQString text()const; |