diff options
Diffstat (limited to 'kmail/accountdialog.h')
-rw-r--r-- | kmail/accountdialog.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kmail/accountdialog.h b/kmail/accountdialog.h index 837e23cf7..085e40d99 100644 --- a/kmail/accountdialog.h +++ b/kmail/accountdialog.h @@ -29,19 +29,19 @@ #include <tqguardedptr.h> #include "imapaccountbase.h" -class QRegExpValidator; -class QCheckBox; -class QComboBox; -class QPushButton; -class QLabel; -class QLineEdit; -class QRadioButton; -class QToolButton; +class TQRegExpValidator; +class TQCheckBox; +class TQComboBox; +class TQPushButton; +class TQLabel; +class TQLineEdit; +class TQRadioButton; +class TQToolButton; class KIntNumInput; class KMAccount; class KMFolder; class KMServerTest; -class QButtonGroup; +class TQButtonGroup; namespace KPIM { class IdentityCombo; |