summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-06-18 15:35:03 (GMT)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-06-18 15:35:03 (GMT)
commit106e7f2a19693d0a067131e45cb79abc6b8a2433 (patch)
tree86db74d4b0ceb5bbf9b6a3a10cbb693023561b18 /examples/dbus/remotecontrolledcar
parentfc0e74d5661da0a678a60082dae60d4564da94b0 (diff)
downloadQt-106e7f2a19693d0a067131e45cb79abc6b8a2433.zip
Qt-106e7f2a19693d0a067131e45cb79abc6b8a2433.tar.gz
Qt-106e7f2a19693d0a067131e45cb79abc6b8a2433.tar.bz2
Fix example compile and runtime warnings, webkit examples not built.
Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
Diffstat (limited to 'examples/dbus/remotecontrolledcar')
-rw-r--r--examples/dbus/remotecontrolledcar/car/car.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/dbus/remotecontrolledcar/car/car.h b/examples/dbus/remotecontrolledcar/car/car.h
index 5ef046e..c611018 100644
--- a/examples/dbus/remotecontrolledcar/car/car.h
+++ b/examples/dbus/remotecontrolledcar/car/car.h
@@ -41,14 +41,12 @@
#ifndef CAR_H
#define CAR_H
-#include <QGraphicsItem>
-#include <QObject>
+#include <QGraphicsObject>
#include <QBrush>
-class Car : public QObject, public QGraphicsItem
+class Car : public QGraphicsObject
{
Q_OBJECT
-
public:
Car();
QRectF boundingRect() const;