diff options
Diffstat (limited to 'kppp/conwindow.h')
-rw-r--r-- | kppp/conwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kppp/conwindow.h b/kppp/conwindow.h index fd3609de..e7fed7f5 100644 --- a/kppp/conwindow.h +++ b/kppp/conwindow.h @@ -38,9 +38,10 @@ class PPPStats; class ConWindow : public TQWidget { Q_OBJECT + TQ_OBJECT public: - ConWindow(TQWidget *parent, const char *name,TQWidget *main, PPPStats *st); + ConWindow(TQWidget *tqparent, const char *name,TQWidget *main, PPPStats *st); ~ConWindow(); protected: |