summaryrefslogtreecommitdiffstats
path: root/kppp/kpppwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/kpppwidget.h')
-rw-r--r--kppp/kpppwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kppp/kpppwidget.h b/kppp/kpppwidget.h
index 55f5b84a..08c9e956 100644
--- a/kppp/kpppwidget.h
+++ b/kppp/kpppwidget.h
@@ -61,9 +61,10 @@ private:
class KPPPWidget : public TQWidget, virtual public KpppIface {
Q_OBJECT
+ TQ_OBJECT
public:
- KPPPWidget( TQWidget *parent=0, const char *name=0 );
+ KPPPWidget( TQWidget *tqparent=0, const char *name=0 );
~KPPPWidget();
void setPW_Edit(const TQString &);