diff options
Diffstat (limited to 'kopete/protocols/jabber/ui/jabbereditaccountwidget.h')
-rw-r--r-- | kopete/protocols/jabber/ui/jabbereditaccountwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/ui/jabbereditaccountwidget.h b/kopete/protocols/jabber/ui/jabbereditaccountwidget.h index 1f3ba378..e56dcbd2 100644 --- a/kopete/protocols/jabber/ui/jabbereditaccountwidget.h +++ b/kopete/protocols/jabber/ui/jabbereditaccountwidget.h @@ -20,7 +20,7 @@ #ifndef JABBEREDITACCOUNTWIDEGET_H #define JABBEREDITACCOUNTWIDEGET_H -#include <qwidget.h> +#include <tqwidget.h> #include <kprogress.h> #include "editaccountwidget.h" #include "jabberaccount.h" @@ -37,7 +37,7 @@ class JabberEditAccountWidget:public DlgJabberEditAccountWidget, public KopeteEd Q_OBJECT public: - JabberEditAccountWidget (JabberProtocol * proto, JabberAccount *, QWidget * parent = 0, const char *name = 0); + JabberEditAccountWidget (JabberProtocol * proto, JabberAccount *, TQWidget * parent = 0, const char *name = 0); ~JabberEditAccountWidget (); virtual bool validateData (); virtual Kopete::Account *apply (); |