diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
commit | a5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch) | |
tree | af263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kpersonalizer | |
parent | c663b6440964f6ac48027143ac9e63298991f9d0 (diff) | |
download | tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpersonalizer')
-rw-r--r-- | kpersonalizer/kcountrypage.h | 2 | ||||
-rw-r--r-- | kpersonalizer/keyecandypage.h | 4 | ||||
-rw-r--r-- | kpersonalizer/kstylepage.h | 2 | ||||
-rw-r--r-- | kpersonalizer/ksysinfo.h | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/kpersonalizer/kcountrypage.h b/kpersonalizer/kcountrypage.h index eade9fc67..758decbb3 100644 --- a/kpersonalizer/kcountrypage.h +++ b/kpersonalizer/kcountrypage.h @@ -20,7 +20,7 @@ #include "kcountrypagedlg.h" -class QStringList; +class TQStringList; class KLanguageButton; class KFindLanguage; diff --git a/kpersonalizer/keyecandypage.h b/kpersonalizer/keyecandypage.h index 2e68b2d9c..d78fb5110 100644 --- a/kpersonalizer/keyecandypage.h +++ b/kpersonalizer/keyecandypage.h @@ -20,8 +20,8 @@ #include "keyecandypagedlg.h" -class QCheckListItem; -class QColor; +class TQCheckListItem; +class TQColor; class KSysInfo; /**Abstract class for the eyecandy page. Applies the accoring eyecandy settings diff --git a/kpersonalizer/kstylepage.h b/kpersonalizer/kstylepage.h index 0c6bf82b7..922fd1f14 100644 --- a/kpersonalizer/kstylepage.h +++ b/kpersonalizer/kstylepage.h @@ -24,7 +24,7 @@ /**Abstract class for the style page *@author Ralf Nolden */ -class QListViewItem; +class TQListViewItem; class KStylePage : public KStylePageDlg { Q_OBJECT diff --git a/kpersonalizer/ksysinfo.h b/kpersonalizer/ksysinfo.h index a78051578..5ae97c5a2 100644 --- a/kpersonalizer/ksysinfo.h +++ b/kpersonalizer/ksysinfo.h @@ -18,9 +18,9 @@ #ifndef KSYSINFO_H #define KSYSINFO_H -class QString; -class QFont; -class QFontDatabase; +class TQString; +class TQFont; +class TQFontDatabase; class KSysInfo { public: |