diff options
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: |