diff options
Diffstat (limited to 'kopete/protocols/jabber/ui/dlgjabberbrowse.h')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabberbrowse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/ui/dlgjabberbrowse.h b/kopete/protocols/jabber/ui/dlgjabberbrowse.h index 8a8b6cc1..20886005 100644 --- a/kopete/protocols/jabber/ui/dlgjabberbrowse.h +++ b/kopete/protocols/jabber/ui/dlgjabberbrowse.h @@ -19,7 +19,7 @@ #ifndef DLGJABBERBROWSE_H #define DLGJABBERBROWSE_H -#include <qwidget.h> +#include <tqwidget.h> #include "xmpp_tasks.h" @@ -37,7 +37,7 @@ class dlgJabberBrowse:public dlgBrowse Q_OBJECT public: - dlgJabberBrowse (JabberAccount *account, const XMPP::Jid & jid, QWidget * parent = 0, const char *name = 0); + dlgJabberBrowse (JabberAccount *account, const XMPP::Jid & jid, TQWidget * parent = 0, const char *name = 0); ~dlgJabberBrowse (); private slots: |