diff options
Diffstat (limited to 'kstyles/highcontrast')
-rw-r--r-- | kstyles/highcontrast/config/highcontrastconfig.h | 2 | ||||
-rw-r--r-- | kstyles/highcontrast/highcontrast.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kstyles/highcontrast/config/highcontrastconfig.h b/kstyles/highcontrast/config/highcontrastconfig.h index 26bd2ff4b..d9512cef3 100644 --- a/kstyles/highcontrast/config/highcontrastconfig.h +++ b/kstyles/highcontrast/config/highcontrastconfig.h @@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE. #ifndef HIGHCONTRAST_CONF_H #define HIGHCONTRAST_CONF_H -class QCheckBox; +class TQCheckBox; class HighContrastStyleConfig: public QWidget { diff --git a/kstyles/highcontrast/highcontrast.h b/kstyles/highcontrast/highcontrast.h index b3d64fcc0..fb3db68b1 100644 --- a/kstyles/highcontrast/highcontrast.h +++ b/kstyles/highcontrast/highcontrast.h @@ -44,7 +44,7 @@ #include <kstyle.h> -class QPopupMenu; +class TQPopupMenu; class HighContrastStyle : public KStyle { |