summaryrefslogtreecommitdiffstats
path: root/kpersonalizer/kcountrypage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpersonalizer/kcountrypage.h')
-rw-r--r--kpersonalizer/kcountrypage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpersonalizer/kcountrypage.h b/kpersonalizer/kcountrypage.h
index 7b30b5ba4..eade9fc67 100644
--- a/kpersonalizer/kcountrypage.h
+++ b/kpersonalizer/kcountrypage.h
@@ -31,7 +31,7 @@ class KFindLanguage;
class KCountryPage : public KCountryPageDlg {
Q_OBJECT
public:
- KCountryPage(QWidget *parent=0, const char *name=0);
+ KCountryPage(TQWidget *parent=0, const char *name=0);
~KCountryPage();
void loadCountryList(KLanguageButton *combo);
@@ -44,12 +44,12 @@ public:
bool b_startedLanguageChanged;
private:
- QStringList langs;
- QString s_oldlocale;
+ TQStringList langs;
+ TQString s_oldlocale;
KFindLanguage *flang;
private slots: // Private slots
- void setLangForCountry(const QString &);
+ void setLangForCountry(const TQString &);
void setLanguageChanged();
};