summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-04 13:45:34 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-08-04 13:45:34 +0300
commit4b07c9d95087cc69956bfe309cd9b4eec26235ec (patch)
tree3be36af4a0a94f7e3fac8d154a6d032b869b99b0 /examples/draganddrop
parent12b37100d5fff9a2309cd8e86cd90325b63cc485 (diff)
Further code style cleanup fro demos and examples
Diffstat (limited to 'examples/draganddrop')
-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 268e2478b0..a42f717382 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 81dbc00705..92a6960aab 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);