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/localetime.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kcontrol/locale/localetime.h') diff --git a/kcontrol/locale/localetime.h b/kcontrol/locale/localetime.h index b77de2af9..0c34380f7 100644 --- a/kcontrol/locale/localetime.h +++ b/kcontrol/locale/localetime.h @@ -31,18 +31,18 @@ class TQCheckBox; class TQComboBox; -class KLocale; +class TDELocale; class KLanguageCombo; class StringPair; -class KLocaleConfigTime : public TQWidget +class TDELocaleConfigTime : public TQWidget { Q_OBJECT public: - KLocaleConfigTime( KLocale *_locale, TQWidget *parent=0, const char *name=0); - virtual ~KLocaleConfigTime( ); + TDELocaleConfigTime( TDELocale *_locale, TQWidget *parent=0, const char *name=0); + virtual ~TDELocaleConfigTime( ); void save(); @@ -83,7 +83,7 @@ private: const TQString & userFormat) const; StringPair buildStringPair(const TQChar &storeName, const TQString &userName) const; - KLocale *m_locale; + TDELocale *m_locale; // Time & dates TQLabel *m_labTimeFmt; -- cgit v1.2.1