diff options
Diffstat (limited to 'kapptemplate/kapp')
-rw-r--r-- | kapptemplate/kapp/appview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <kparts/part.h> #include <${APP_NAME_LC}iface.h> -class QPainter; +class TQPainter; class KURL; /** |