summaryrefslogtreecommitdiffstats
path: root/kcontrol/locale/localemon.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kcontrol/locale/localemon.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-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/localemon.h')
-rw-r--r--kcontrol/locale/localemon.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/kcontrol/locale/localemon.h b/kcontrol/locale/localemon.h
index e772af4d3..0ec90f392 100644
--- a/kcontrol/locale/localemon.h
+++ b/kcontrol/locale/localemon.h
@@ -25,7 +25,7 @@
#ifndef __KLOCALECONFIGMON_H__
#define __KLOCALECONFIGMON_H__
-#include <qwidget.h>
+#include <tqwidget.h>
class QCheckBox;
class QComboBox;
@@ -40,7 +40,7 @@ class KLocaleConfigMoney : public QWidget
Q_OBJECT
public:
- KLocaleConfigMoney(KLocale *locale, QWidget *parent = 0, const char *name = 0);
+ KLocaleConfigMoney(KLocale *locale, TQWidget *parent = 0, const char *name = 0);
virtual ~KLocaleConfigMoney();
void save();
@@ -60,9 +60,9 @@ signals:
private slots:
// Money
- void slotMonCurSymChanged(const QString &t);
- void slotMonDecSymChanged(const QString &t);
- void slotMonThoSepChanged(const QString &t);
+ void slotMonCurSymChanged(const TQString &t);
+ void slotMonDecSymChanged(const TQString &t);
+ void slotMonThoSepChanged(const TQString &t);
void slotMonFraDigChanged(int value);
void slotMonPosPreCurSymChanged();
void slotMonNegPreCurSymChanged();
@@ -73,21 +73,21 @@ private:
KLocale *m_locale;
// Money
- QLabel *m_labMonCurSym;
- QLineEdit *m_edMonCurSym;
- QLabel *m_labMonDecSym;
- QLineEdit *m_edMonDecSym;
- QLabel *m_labMonThoSep;
- QLineEdit *m_edMonThoSep;
- QLabel *m_labMonFraDig;
+ TQLabel *m_labMonCurSym;
+ TQLineEdit *m_edMonCurSym;
+ TQLabel *m_labMonDecSym;
+ TQLineEdit *m_edMonDecSym;
+ TQLabel *m_labMonThoSep;
+ TQLineEdit *m_edMonThoSep;
+ TQLabel *m_labMonFraDig;
KIntNumInput * m_inMonFraDig;
- QCheckBox *m_chMonPosPreCurSym;
- QCheckBox *m_chMonNegPreCurSym;
- QLabel *m_labMonPosMonSignPos;
- QComboBox *m_cmbMonPosMonSignPos;
- QLabel *m_labMonNegMonSignPos;
- QComboBox *m_cmbMonNegMonSignPos;
+ TQCheckBox *m_chMonPosPreCurSym;
+ TQCheckBox *m_chMonNegPreCurSym;
+ TQLabel *m_labMonPosMonSignPos;
+ TQComboBox *m_cmbMonPosMonSignPos;
+ TQLabel *m_labMonNegMonSignPos;
+ TQComboBox *m_cmbMonNegMonSignPos;
};
#endif