diff options
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhileeditaccountwidget.h')
-rw-r--r-- | kopete/protocols/meanwhile/meanwhileeditaccountwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h index 9e05465b..e71a8bcc 100644 --- a/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h +++ b/kopete/protocols/meanwhile/meanwhileeditaccountwidget.h @@ -17,7 +17,7 @@ #ifndef MEANWHILEEDITACCOUNTWIDGET_H #define MEANWHILEEDITACCOUNTWIDGET_H -#include <qwidget.h> +#include <tqwidget.h> #include <editaccountwidget.h> #include "meanwhileeditaccountbase.h" @@ -30,7 +30,7 @@ class MeanwhileEditAccountWidget : { Q_OBJECT public: - MeanwhileEditAccountWidget( QWidget* parent, + MeanwhileEditAccountWidget( TQWidget* parent, Kopete::Account* account, MeanwhileProtocol *protocol); |