summaryrefslogtreecommitdiffstats
path: root/kppp/conwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/conwindow.h')
-rw-r--r--kppp/conwindow.h3
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: