diff options
Diffstat (limited to 'kopete/protocols/groupwise/ui/gweditaccountwidget.h')
-rw-r--r-- | kopete/protocols/groupwise/ui/gweditaccountwidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/groupwise/ui/gweditaccountwidget.h b/kopete/protocols/groupwise/ui/gweditaccountwidget.h index 27c54ee2..038adb40 100644 --- a/kopete/protocols/groupwise/ui/gweditaccountwidget.h +++ b/kopete/protocols/groupwise/ui/gweditaccountwidget.h @@ -22,7 +22,7 @@ #ifndef TESTBEDEDITACCOUNTWIDGET_H #define TESTBEDEDITACCOUNTWIDGET_H -#include <qwidget.h> +#include <tqwidget.h> #include <editaccountwidget.h> class QVBoxLayout; @@ -33,11 +33,11 @@ class GroupWiseAccountPreferences; * A widget for editing this protocol's accounts * @author Will Stephenson */ -class GroupWiseEditAccountWidget : public QWidget, public KopeteEditAccountWidget +class GroupWiseEditAccountWidget : public TQWidget, public KopeteEditAccountWidget { Q_OBJECT public: - GroupWiseEditAccountWidget( QWidget* parent, Kopete::Account* account); + GroupWiseEditAccountWidget( TQWidget* parent, Kopete::Account* account); ~GroupWiseEditAccountWidget(); @@ -57,7 +57,7 @@ protected: void reOpen(); void writeConfig(); Kopete::Account *m_account; - QVBoxLayout *m_layout; + TQVBoxLayout *m_layout; GroupWiseAccountPreferences *m_preferencesDialog; }; |