diff options
Diffstat (limited to 'kopete/protocols/sms/smseditaccountwidget.h')
-rw-r--r-- | kopete/protocols/sms/smseditaccountwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/sms/smseditaccountwidget.h b/kopete/protocols/sms/smseditaccountwidget.h index 497bfce8..de8ef844 100644 --- a/kopete/protocols/sms/smseditaccountwidget.h +++ b/kopete/protocols/sms/smseditaccountwidget.h @@ -29,8 +29,9 @@ class TQGridLayout; class SMSEditAccountWidget : public TQWidget, public KopeteEditAccountWidget { Q_OBJECT + TQ_OBJECT public: - SMSEditAccountWidget(SMSProtocol *protocol, Kopete::Account *theAccount, TQWidget *parent = 0, const char *name = 0); + SMSEditAccountWidget(SMSProtocol *protocol, Kopete::Account *theAccount, TQWidget *tqparent = 0, const char *name = 0); ~SMSEditAccountWidget(); bool validateData(); |