diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdeui/ksplashscreen.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/ksplashscreen.h')
-rw-r--r-- | kdeui/ksplashscreen.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <qsplashscreen.h> +#include <tqsplashscreen.h> #include <kdelibs_export.h> @@ -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. |