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