summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/gadu/gadueditaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/gadu/gadueditaccount.h')
-rw-r--r--kopete/protocols/gadu/gadueditaccount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/gadu/gadueditaccount.h b/kopete/protocols/gadu/gadueditaccount.h
index 4782cb68..1b870496 100644
--- a/kopete/protocols/gadu/gadueditaccount.h
+++ b/kopete/protocols/gadu/gadueditaccount.h
@@ -37,13 +37,13 @@ class GaduEditAccount : public GaduAccountEditUI, public KopeteEditAccountWidget
Q_OBJECT
public:
- GaduEditAccount( GaduProtocol*, Kopete::Account*, QWidget* parent = 0, const char* name = 0 );
+ GaduEditAccount( GaduProtocol*, Kopete::Account*, TQWidget* parent = 0, const char* name = 0 );
virtual bool validateData();
Kopete::Account* apply();
private slots:
void registerNewAccount();
- void newUin( unsigned int, QString );
+ void newUin( unsigned int, TQString );
void registrationFailed();
void slotSearchResult( const SearchResult&, unsigned int );