From 8f14fb0418241694e61cb35dda95fea6d9b7830d Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:47 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kstyles/highcontrast/config/highcontrastconfig.h | 2 +- kstyles/highcontrast/highcontrast.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kstyles/highcontrast') 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 -class QPopupMenu; +class TQPopupMenu; class HighContrastStyle : public KStyle { -- cgit v1.2.1