summaryrefslogtreecommitdiffstats
path: root/tools/qmeegographicssystemhelper/qmeegooverlaywidget.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/qmeegooverlaywidget.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/qmeegooverlaywidget.h')
-rw-r--r--tools/qmeegographicssystemhelper/qmeegooverlaywidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/qmeegographicssystemhelper/qmeegooverlaywidget.h b/tools/qmeegographicssystemhelper/qmeegooverlaywidget.h
index f45a673..f36f407 100644
--- a/tools/qmeegographicssystemhelper/qmeegooverlaywidget.h
+++ b/tools/qmeegographicssystemhelper/qmeegooverlaywidget.h
@@ -12,8 +12,8 @@
**
****************************************************************************/
-#ifndef MOVERLAYWIDGET_H
-#define MOVERLAYWIDGET_H
+#ifndef QMEEGOOVERLAYWIDGET_H
+#define QMEEGOOVERLAYWIDGET_H
#include <QWidget>
@@ -21,7 +21,7 @@
/*!
*/
-class MOverlayWidget : public QWidget
+class QMeeGoOverlayWidget : public QWidget
{
public:
//! Constructs a new scaling widget.
@@ -29,7 +29,7 @@ public:
The real surface used for this widget will have the specified
width and height.
*/
- MOverlayWidget(int surfaceWidth, int surfaceHeight, QWidget *parent = 0);
+ QMeeGoOverlayWidget(int surfaceWidth, int surfaceHeight, QWidget *parent = 0);
//! Event filtering function.