From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/ksplashscreen.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kdeui/ksplashscreen.h') diff --git a/kdeui/ksplashscreen.h b/kdeui/ksplashscreen.h index d88ad478c..bf822a232 100644 --- a/kdeui/ksplashscreen.h +++ b/kdeui/ksplashscreen.h @@ -20,7 +20,7 @@ #ifndef KSPLASHSCREEN_H #define KSPLASHSCREEN_H -#include +#include #include @@ -29,11 +29,11 @@ class QPixmap; /** * @short %KDE splash screen * - * This class is based on QSplashScreen and exists solely to make + * This class is based on TQSplashScreen and exists solely to make * splash screens obey KDE's Xinerama settings. * * For documentation on how to use the class, see the documentation - * for QSplashScreen. + * for TQSplashScreen. * * @author Chris Howells (howells@kde.org) * @since 3.2 @@ -47,7 +47,7 @@ public: /** * Constructs a splash screen. */ - KSplashScreen(const QPixmap &pixmap, WFlags f = 0); + KSplashScreen(const TQPixmap &pixmap, WFlags f = 0); /** * Destructor. -- cgit v1.2.1