From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/locale/klocalesample.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kcontrol/locale/klocalesample.h') diff --git a/kcontrol/locale/klocalesample.h b/kcontrol/locale/klocalesample.h index bf1cd7462..dbdce0b5c 100644 --- a/kcontrol/locale/klocalesample.h +++ b/kcontrol/locale/klocalesample.h @@ -25,7 +25,7 @@ #ifndef __KLOCALESAMPLE_H__ #define __KLOCALESAMPLE_H__ -#include +#include class QLabel; class QResizeEvent; @@ -37,7 +37,7 @@ class KLocaleSample : public QWidget Q_OBJECT public: KLocaleSample(KLocale *_locale, - QWidget *parent = 0, const char*name = 0); + TQWidget *parent = 0, const char*name = 0); virtual ~KLocaleSample(); public slots: @@ -48,11 +48,11 @@ protected slots: private: KLocale *m_locale; - QLabel *m_numberSample, *m_labNumber; - QLabel *m_moneySample, *m_labMoney; - QLabel *m_timeSample, *m_labTime; - QLabel *m_dateSample, *m_labDate; - QLabel *m_dateShortSample, *m_labDateShort; + TQLabel *m_numberSample, *m_labNumber; + TQLabel *m_moneySample, *m_labMoney; + TQLabel *m_timeSample, *m_labTime; + TQLabel *m_dateSample, *m_labDate; + TQLabel *m_dateShortSample, *m_labDateShort; }; #endif -- cgit v1.2.1