diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kcontrol/locale/klocalesample.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/locale/klocalesample.h')
-rw-r--r-- | kcontrol/locale/klocalesample.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 <qwidget.h> +#include <tqwidget.h> 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 |