From 6082256ac592910b0fb2229a095eaa4d85254df2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:27:52 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1158450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kapptemplate/kapp/appview.h | 2 +- kapptemplate/kpartapp/app_part.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kapptemplate') diff --git a/kapptemplate/kapp/appview.h b/kapptemplate/kapp/appview.h index 76e61701..14fc3043 100644 --- a/kapptemplate/kapp/appview.h +++ b/kapptemplate/kapp/appview.h @@ -7,7 +7,7 @@ cat << EOF > $LOCATION_ROOT/$APP_NAME_LC/${APP_NAME_LC}view.h #include #include <${APP_NAME_LC}iface.h> -class QPainter; +class TQPainter; class KURL; /** diff --git a/kapptemplate/kpartapp/app_part.h b/kapptemplate/kpartapp/app_part.h index e60b147b..75eedc4f 100644 --- a/kapptemplate/kpartapp/app_part.h +++ b/kapptemplate/kpartapp/app_part.h @@ -5,10 +5,10 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}_part.h #include -class QWidget; -class QPainter; +class TQWidget; +class TQPainter; class KURL; -class QMultiLineEdit; +class TQMultiLineEdit; class KAboutData; /** -- cgit v1.2.1