summaryrefslogtreecommitdiffstats
path: root/kmail/accountcombobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/accountcombobox.h')
-rw-r--r--kmail/accountcombobox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/accountcombobox.h b/kmail/accountcombobox.h
index 5c8d1bbd..9229cb33 100644
--- a/kmail/accountcombobox.h
+++ b/kmail/accountcombobox.h
@@ -28,7 +28,7 @@
#ifndef KMAIL_ACCOUNTCOMBOBOX_H
#define KMAIL_ACCOUNTCOMBOBOX_H
-#include <qcombobox.h>
+#include <tqcombobox.h>
class KMAccount;
@@ -44,7 +44,7 @@ class AccountComboBox : public QComboBox
Q_OBJECT
public:
- AccountComboBox( QWidget* parent, const char* name = 0 );
+ AccountComboBox( TQWidget* parent, const char* name = 0 );
void setCurrentAccount( KMAccount* account );
KMAccount* currentAccount() const;
@@ -52,7 +52,7 @@ public:
private slots:
void slotRefreshAccounts();
private:
- QValueList<KMAccount *> applicableAccounts() const;
+ TQValueList<KMAccount *> applicableAccounts() const;
};