summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/testlite/qtestliteintegration.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-02-14 12:36:13 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2011-02-14 13:39:16 (GMT)
commit7be3f2585676cb18821b51427527275fb441fa46 (patch)
treee835213fd69aa901044e8b60f487bfaa5900de85 /src/plugins/platforms/testlite/qtestliteintegration.h
parent5582311143115dc16281d8ee258bde92e00d55b8 (diff)
downloadQt-7be3f2585676cb18821b51427527275fb441fa46.zip
Qt-7be3f2585676cb18821b51427527275fb441fa46.tar.gz
Qt-7be3f2585676cb18821b51427527275fb441fa46.tar.bz2
Lighthouse: renaming testlite to xlib
Diffstat (limited to 'src/plugins/platforms/testlite/qtestliteintegration.h')
-rw-r--r--src/plugins/platforms/testlite/qtestliteintegration.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/platforms/testlite/qtestliteintegration.h b/src/plugins/platforms/testlite/qtestliteintegration.h
index 320cf00..c3125b8 100644
--- a/src/plugins/platforms/testlite/qtestliteintegration.h
+++ b/src/plugins/platforms/testlite/qtestliteintegration.h
@@ -52,12 +52,12 @@
QT_BEGIN_NAMESPACE
-class QTestLiteScreen;
+class QXlibScreen;
-class QTestLiteIntegration : public QPlatformIntegration
+class QXlibIntegration : public QPlatformIntegration
{
public:
- QTestLiteIntegration(bool useOpenGL = false);
+ QXlibIntegration(bool useOpenGL = false);
QPixmapData *createPixmapData(QPixmapData::PixelType type) const;
QPlatformWindow *createPlatformWindow(QWidget *widget, WId winId) const;
@@ -74,7 +74,7 @@ public:
private:
bool mUseOpenGL;
- QTestLiteScreen *mPrimaryScreen;
+ QXlibScreen *mPrimaryScreen;
QList<QPlatformScreen *> mScreens;
QPlatformFontDatabase *mFontDb;
QPlatformClipboard *mClipboard;