summaryrefslogtreecommitdiffstats
path: root/kcontrol/locale/kcmlocale.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/locale/kcmlocale.h')
-rw-r--r--kcontrol/locale/kcmlocale.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/locale/kcmlocale.h b/kcontrol/locale/kcmlocale.h
index 3a2992826..c8b126919 100644
--- a/kcontrol/locale/kcmlocale.h
+++ b/kcontrol/locale/kcmlocale.h
@@ -31,19 +31,19 @@
class KAddButton;
class KLanguageButton;
-class KLocale;
-class KLocaleSample;
+class TDELocale;
+class TDELocaleSample;
class TQLabel;
class TQListBox;
class TQPushButton;
-class KLocaleConfig : public TQWidget
+class TDELocaleConfig : public TQWidget
{
Q_OBJECT
public:
- KLocaleConfig( KLocale *_locale,
+ TDELocaleConfig( TDELocale *_locale,
TQWidget *parent = 0, const char *name = 0);
void save();
@@ -84,7 +84,7 @@ private slots:
private:
TQStringList languageList() const;
- KLocale *m_locale;
+ TDELocale *m_locale;
KLanguageButton *m_comboCountry;