diff options
Diffstat (limited to 'kopete/protocols/gadu/gaduregisteraccount.h')
-rw-r--r-- | kopete/protocols/gadu/gaduregisteraccount.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kopete/protocols/gadu/gaduregisteraccount.h b/kopete/protocols/gadu/gaduregisteraccount.h index 27a0c7b5..f3f03260 100644 --- a/kopete/protocols/gadu/gaduregisteraccount.h +++ b/kopete/protocols/gadu/gaduregisteraccount.h @@ -35,27 +35,27 @@ class GaduRegisterAccount : public KDialogBase Q_OBJECT public: - GaduRegisterAccount( QWidget* , const char* ); + GaduRegisterAccount( TQWidget* , const char* ); ~GaduRegisterAccount( ); signals: - void registeredNumber( unsigned int, QString ); + void registeredNumber( unsigned int, TQString ); protected slots: void slotClose(); - void displayToken( QPixmap, QString ); - void registrationError( const QString&, const QString& ); - void registrationDone( const QString&, const QString& ); - void inputChanged( const QString & ); + void displayToken( TQPixmap, TQString ); + void registrationError( const TQString&, const TQString& ); + void registrationDone( const TQString&, const TQString& ); + void inputChanged( const TQString & ); void doRegister(); - void updateStatus( const QString status ); + void updateStatus( const TQString status ); private: void validateInput(); GaduRegisterAccountUI* ui; RegisterCommand* cRegister; - QRegExp* emailRegexp; + TQRegExp* emailRegexp; QPixmap hintPixmap; }; |