diff options
Diffstat (limited to 'kopete/plugins/smpppdcs/smpppdlocationwidget.h')
-rw-r--r-- | kopete/plugins/smpppdcs/smpppdlocationwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/smpppdcs/smpppdlocationwidget.h b/kopete/plugins/smpppdcs/smpppdlocationwidget.h index 16d1edfb..3f0ba866 100644 --- a/kopete/plugins/smpppdcs/smpppdlocationwidget.h +++ b/kopete/plugins/smpppdcs/smpppdlocationwidget.h @@ -25,12 +25,13 @@ class SMPPPDLocationWidget : public SMPPPDLocationWidgetBase { Q_OBJECT + TQ_OBJECT SMPPPDLocationWidget(const SMPPPDLocationWidget&); SMPPPDLocationWidget& operator=(const SMPPPDLocationWidget&); public: - SMPPPDLocationWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0); + SMPPPDLocationWidget(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0); ~SMPPPDLocationWidget(); void setServer(const TQString& serv); |