diff options
Diffstat (limited to 'kcontrol/locale')
-rw-r--r-- | kcontrol/locale/kcmlocale.h | 6 | ||||
-rw-r--r-- | kcontrol/locale/klocalesample.h | 4 | ||||
-rw-r--r-- | kcontrol/locale/localemon.h | 6 | ||||
-rw-r--r-- | kcontrol/locale/localenum.h | 6 | ||||
-rw-r--r-- | kcontrol/locale/localeother.h | 4 | ||||
-rw-r--r-- | kcontrol/locale/localetime.h | 4 | ||||
-rw-r--r-- | kcontrol/locale/toplevel.h | 4 |
7 files changed, 17 insertions, 17 deletions
diff --git a/kcontrol/locale/kcmlocale.h b/kcontrol/locale/kcmlocale.h index b5b191ccf..c0d8e5f68 100644 --- a/kcontrol/locale/kcmlocale.h +++ b/kcontrol/locale/kcmlocale.h @@ -33,9 +33,9 @@ class KLanguageButton; class KLocale; class KLocaleSample; -class QLabel; -class QListBox; -class QPushButton; +class TQLabel; +class TQListBox; +class TQPushButton; class KLocaleConfig : public QWidget { diff --git a/kcontrol/locale/klocalesample.h b/kcontrol/locale/klocalesample.h index dbdce0b5c..2838a2cc3 100644 --- a/kcontrol/locale/klocalesample.h +++ b/kcontrol/locale/klocalesample.h @@ -27,8 +27,8 @@ #include <tqwidget.h> -class QLabel; -class QResizeEvent; +class TQLabel; +class TQResizeEvent; class KLocale; diff --git a/kcontrol/locale/localemon.h b/kcontrol/locale/localemon.h index 0ec90f392..e78032641 100644 --- a/kcontrol/locale/localemon.h +++ b/kcontrol/locale/localemon.h @@ -27,9 +27,9 @@ #include <tqwidget.h> -class QCheckBox; -class QComboBox; -class QLineEdit; +class TQCheckBox; +class TQComboBox; +class TQLineEdit; class KIntNumInput; class KLocale; diff --git a/kcontrol/locale/localenum.h b/kcontrol/locale/localenum.h index c0e8ef511..1bca325a5 100644 --- a/kcontrol/locale/localenum.h +++ b/kcontrol/locale/localenum.h @@ -27,9 +27,9 @@ #include <tqwidget.h> -class QCheckBox; -class QComboBox; -class QLineEdit; +class TQCheckBox; +class TQComboBox; +class TQLineEdit; class KLocale; class KLanguageCombo; diff --git a/kcontrol/locale/localeother.h b/kcontrol/locale/localeother.h index a4d2dc1ba..8c0459c9e 100644 --- a/kcontrol/locale/localeother.h +++ b/kcontrol/locale/localeother.h @@ -26,8 +26,8 @@ #include <tqwidget.h> -class QLabel; -class QComboBox; +class TQLabel; +class TQComboBox; class KLocale; diff --git a/kcontrol/locale/localetime.h b/kcontrol/locale/localetime.h index 26f65579c..9563ea91a 100644 --- a/kcontrol/locale/localetime.h +++ b/kcontrol/locale/localetime.h @@ -28,8 +28,8 @@ #include <tqmap.h> -class QCheckBox; -class QComboBox; +class TQCheckBox; +class TQComboBox; class KLocale; class KLanguageCombo; diff --git a/kcontrol/locale/toplevel.h b/kcontrol/locale/toplevel.h index cd27cd441..64cc89c2a 100644 --- a/kcontrol/locale/toplevel.h +++ b/kcontrol/locale/toplevel.h @@ -28,8 +28,8 @@ #include <kcmodule.h> #include <kgenericfactory.h> -class QTabWidget; -class QGroupBox; +class TQTabWidget; +class TQGroupBox; class KConfig; class KLocale; |