From 98f4a055baf6eb7ea5c3d69d6a3f2162b491e253 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:14:08 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- kcontrol/locale/localeother.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kcontrol/locale/localeother.h') 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; -- cgit v1.2.1