summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qt_s60_p.h
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-04 10:08:12 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-08-04 10:21:49 (GMT)
commitfb6a79b85dd80c43308308f720a26f23e0997a31 (patch)
tree14b005328d7d1f124f6532f0f23114bd444f97d0 /src/gui/kernel/qt_s60_p.h
parentcbc8be3013cfbe1f192d69c228701cd253e5aabd (diff)
downloadQt-fb6a79b85dd80c43308308f720a26f23e0997a31.zip
Qt-fb6a79b85dd80c43308308f720a26f23e0997a31.tar.gz
Qt-fb6a79b85dd80c43308308f720a26f23e0997a31.tar.bz2
Trailing whitespace and tab/space fixes for src/gui
Diffstat (limited to 'src/gui/kernel/qt_s60_p.h')
-rw-r--r--src/gui/kernel/qt_s60_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qt_s60_p.h b/src/gui/kernel/qt_s60_p.h
index 802a2f7..f6dd2e1 100644
--- a/src/gui/kernel/qt_s60_p.h
+++ b/src/gui/kernel/qt_s60_p.h
@@ -73,10 +73,10 @@
#include <akncontext.h> // CAknContextPane
#include <eikspane.h> // CEikStatusPane
#endif
-
+
QT_BEGIN_NAMESPACE
-// Application internal HandleResourceChangeL events,
+// Application internal HandleResourceChangeL events,
// system evens seems to start with 0x10
const TInt KInternalStatusPaneChange = 0x50000000;
@@ -115,7 +115,7 @@ QS60Data* qGlobalS60Data();
class QAbstractLongTapObserver
{
public:
- virtual void HandleLongTapEventL( const TPoint& aPenEventLocation,
+ virtual void HandleLongTapEventL( const TPoint& aPenEventLocation,
const TPoint& aPenEventScreenLocation ) = 0;
};
class QLongTapTimer;