summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-04 10:45:34 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-08-04 10:45:34 (GMT)
commit4b07c9d95087cc69956bfe309cd9b4eec26235ec (patch)
tree3be36af4a0a94f7e3fac8d154a6d032b869b99b0 /examples
parent12b37100d5fff9a2309cd8e86cd90325b63cc485 (diff)
downloadQt-4b07c9d95087cc69956bfe309cd9b4eec26235ec.zip
Qt-4b07c9d95087cc69956bfe309cd9b4eec26235ec.tar.gz
Qt-4b07c9d95087cc69956bfe309cd9b4eec26235ec.tar.bz2
Further code style cleanup fro demos and examples
Diffstat (limited to 'examples')
-rw-r--r--examples/draganddrop/dropsite/dropsite.pro1
-rw-r--r--examples/draganddrop/fridgemagnets/dragwidget.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/draganddrop/dropsite/dropsite.pro b/examples/draganddrop/dropsite/dropsite.pro
index 268e247..a42f717 100644
--- a/examples/draganddrop/dropsite/dropsite.pro
+++ b/examples/draganddrop/dropsite/dropsite.pro
@@ -11,4 +11,3 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/draganddrop/dropsite
INSTALLS += target sources
include($$QT_SOURCE_TREE/examples/examplebase.pri)
-
diff --git a/examples/draganddrop/fridgemagnets/dragwidget.cpp b/examples/draganddrop/fridgemagnets/dragwidget.cpp
index 81dbc00..92a6960 100644
--- a/examples/draganddrop/fridgemagnets/dragwidget.cpp
+++ b/examples/draganddrop/fridgemagnets/dragwidget.cpp
@@ -76,7 +76,7 @@ DragWidget::DragWidget(QWidget *parent)
//! [2]
#ifndef Q_WS_S60
- //Fridge magnets is used for demoing Qt on S60 and themed backgrounds look better than white
+ //Fridge magnets is used for demoing Qt on S60 and themed backgrounds look better than white
QPalette newPalette = palette();
newPalette.setColor(QPalette::Window, Qt::white);
setPalette(newPalette);