diff options
Diffstat (limited to 'korn/account_input.h')
-rw-r--r-- | korn/account_input.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/korn/account_input.h b/korn/account_input.h index 0f7f2e232..548db498b 100644 --- a/korn/account_input.h +++ b/korn/account_input.h @@ -20,15 +20,15 @@ #ifndef MK_ACCOUNT_INPUT #define MK_ACCOUNT_INPUT -class QWidget; -class QString; -class QStringList; +class TQWidget; +class TQString; +class TQStringList; -class QLabel; +class TQLabel; class KLineEdit; class KURLRequester; -class QComboBox; -class QCheckBox; +class TQComboBox; +class TQCheckBox; #include <tqmap.h> |