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 --- kdeprint/tests/helpwindow.h | 4 ++-- kdeprint/tests/richpage.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kdeprint/tests') diff --git a/kdeprint/tests/helpwindow.h b/kdeprint/tests/helpwindow.h index 93704046a..c444b8144 100644 --- a/kdeprint/tests/helpwindow.h +++ b/kdeprint/tests/helpwindow.h @@ -17,8 +17,8 @@ #include #include -class QComboBox; -class QPopupMenu; +class TQComboBox; +class TQPopupMenu; class HelpWindow : public KMainWindow { diff --git a/kdeprint/tests/richpage.h b/kdeprint/tests/richpage.h index e41f64e0d..33e4304e7 100644 --- a/kdeprint/tests/richpage.h +++ b/kdeprint/tests/richpage.h @@ -3,8 +3,8 @@ #include -class QSpinBox; -class QComboBox; +class TQSpinBox; +class TQComboBox; class RichPage : public KPrintDialogPage { -- cgit v1.2.1