summaryrefslogtreecommitdiffstats
path: root/kcontrol/locale/localeother.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/locale/localeother.h')
-rw-r--r--kcontrol/locale/localeother.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/locale/localeother.h b/kcontrol/locale/localeother.h
index 4e000bec6..1ccad292d 100644
--- a/kcontrol/locale/localeother.h
+++ b/kcontrol/locale/localeother.h
@@ -29,15 +29,15 @@
class TQLabel;
class TQComboBox;
-class KLocale;
+class TDELocale;
-class KLocaleConfigOther : public TQWidget
+class TDELocaleConfigOther : public TQWidget
{
Q_OBJECT
public:
- KLocaleConfigOther(KLocale *locale, TQWidget *parent = 0, const char *name = 0);
- virtual ~KLocaleConfigOther();
+ TDELocaleConfigOther(TDELocale *locale, TQWidget *parent = 0, const char *name = 0);
+ virtual ~TDELocaleConfigOther();
void save();
@@ -59,7 +59,7 @@ private slots:
void slotMeasureSystemChanged(int i);
private:
- KLocale *m_locale;
+ TDELocale *m_locale;
TQLabel *m_labMeasureSystem;
TQComboBox *m_combMeasureSystem;