summaryrefslogtreecommitdiffstats
path: root/kcontrol/locale/kcmlocale.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:14:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:14:08 -0600
commit98f4a055baf6eb7ea5c3d69d6a3f2162b491e253 (patch)
treef56598fd630d341dd40899da38b7fd4b3931770a /kcontrol/locale/kcmlocale.h
parent93943a849d1abc2003ceefe294dc419b9927f7d0 (diff)
downloadtdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.tar.gz
tdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.zip
Rename KLocale to enhance compatibility with KDE4
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;