diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:14:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:14:08 -0600 |
commit | 98f4a055baf6eb7ea5c3d69d6a3f2162b491e253 (patch) | |
tree | f56598fd630d341dd40899da38b7fd4b3931770a /kcontrol/locale/localeother.h | |
parent | 93943a849d1abc2003ceefe294dc419b9927f7d0 (diff) | |
download | tdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.tar.gz tdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kcontrol/locale/localeother.h')
-rw-r--r-- | kcontrol/locale/localeother.h | 10 |
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; |