summaryrefslogtreecommitdiffstats
path: root/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2010-09-06 13:06:07 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-09-10 10:44:55 (GMT)
commit2c7a0fef42993dbaeceab9a72de65591bbedd1c0 (patch)
treed0f87466f3a03618a4c7c9f179548f391b183061 /tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
parentca1a8a7f4ad1fb249f47085e6ad0cf133122c0f0 (diff)
downloadQt-2c7a0fef42993dbaeceab9a72de65591bbedd1c0.zip
Qt-2c7a0fef42993dbaeceab9a72de65591bbedd1c0.tar.gz
Qt-2c7a0fef42993dbaeceab9a72de65591bbedd1c0.tar.bz2
Fixed compilation and API of meego graphics system helper.
Diffstat (limited to 'tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h')
-rw-r--r--tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h b/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
index 4ff64de..20158d6 100644
--- a/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
+++ b/tools/qmeegographicssystemhelper/qmeegolivepixmap_p.h
@@ -12,28 +12,28 @@
**
****************************************************************************/
-#include "mlivepixmap.h"
+#include "qmeegolivepixmap.h"
-#ifndef MLIVEPIXMAP_P_H
-#define MLIVEPIXMAP_P_H
+#ifndef QMEEGOLIVEPIXMAP_P_H
+#define QMEEGOLIVEPIXMAP_P_H
-class MLivePixmapPrivate
+class QMeeGoLivePixmapPrivate
{
public:
- Q_DECLARE_PUBLIC(MLivePixmap);
- MLivePixmapPrivate();
+ Q_DECLARE_PUBLIC(QMeeGoLivePixmap);
+ QMeeGoLivePixmapPrivate();
void copyBackFrom(const void *raw);
- virtual ~MLivePixmapPrivate();
+ virtual ~QMeeGoLivePixmapPrivate();
QSharedMemory *shm;
int shmSerial;
bool owns;
- MLiveImage *parentImage;
+ QMeeGoLiveImage *parentImage;
- MLivePixmap *q_ptr;
+ QMeeGoLivePixmap *q_ptr;
- friend class MLiveImage;
- friend class MLiveImagePrivate;
+ friend class QMeeGoLiveImage;
+ friend class QMeeGoLiveImagePrivate;
};
-#endif \ No newline at end of file
+#endif