summaryrefslogtreecommitdiffstats
path: root/kcontrol/locale/kcmlocale.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/kcmlocale.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/kcmlocale.h')
-rw-r--r--kcontrol/locale/kcmlocale.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/kcontrol/locale/kcmlocale.h b/kcontrol/locale/kcmlocale.h
index 46f954730..b5b191ccf 100644
--- a/kcontrol/locale/kcmlocale.h
+++ b/kcontrol/locale/kcmlocale.h
@@ -25,8 +25,8 @@
#ifndef KCMLOCALE_H
#define KCMLOCALE_H
-#include <qwidget.h>
-#include <qstringlist.h>
+#include <tqwidget.h>
+#include <tqstringlist.h>
class KAddButton;
class KLanguageButton;
@@ -43,7 +43,7 @@ class KLocaleConfig : public QWidget
public:
KLocaleConfig( KLocale *_locale,
- QWidget *parent = 0, const char *name = 0);
+ TQWidget *parent = 0, const char *name = 0);
void save();
@@ -65,11 +65,11 @@ private slots:
void loadLanguageList();
void loadCountryList();
- void changedCountry(const QString & code);
- void readLocale(const QString &path, QString &name,
- const QString &sub) const;
+ void changedCountry(const TQString & code);
+ void readLocale(const TQString &path, TQString &name,
+ const TQString &sub) const;
- void slotAddLanguage(const QString & id);
+ void slotAddLanguage(const TQString & id);
void slotRemoveLanguage();
void slotLanguageUp();
void slotLanguageDown();
@@ -81,24 +81,24 @@ private slots:
void slotLanguageSelectorExited(KProcess *);
private:
- QStringList languageList() const;
+ TQStringList languageList() const;
KLocale *m_locale;
KLanguageButton *m_comboCountry;
- QLabel *m_labCountry;
- QLabel *m_labLang;
+ TQLabel *m_labCountry;
+ TQLabel *m_labLang;
- QListBox * m_languages;
+ TQListBox * m_languages;
KLanguageButton * m_addLanguage;
- QPushButton * m_removeLanguage;
- QPushButton * m_upButton;
- QPushButton * m_downButton;
+ TQPushButton * m_removeLanguage;
+ TQPushButton * m_upButton;
+ TQPushButton * m_downButton;
- QPushButton* installLanguage;
- QPushButton* uninstallLanguage;
- QPushButton* selectLanguage;
+ TQPushButton* installLanguage;
+ TQPushButton* uninstallLanguage;
+ TQPushButton* selectLanguage;
};
#endif