diff options
Diffstat (limited to 'kcontrol/locale/localetime.h')
-rw-r--r-- | kcontrol/locale/localetime.h | 10 |
1 files changed, 5 insertions, 5 deletions
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; |