summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_p.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-06-24 12:41:17 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-06-24 12:47:31 (GMT)
commit13cc79de7b96cfe367869a748d07d502997d0342 (patch)
treeaead51fb365f939d06b78dc6366f124c86cbb4af /src/gui/kernel/qapplication_p.h
parent1e88fd57c693db1e4b6f0c42a2c05fad935fb4b9 (diff)
downloadQt-13cc79de7b96cfe367869a748d07d502997d0342.zip
Qt-13cc79de7b96cfe367869a748d07d502997d0342.tar.gz
Qt-13cc79de7b96cfe367869a748d07d502997d0342.tar.bz2
Refactored classes and functions using lite
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r--src/gui/kernel/qapplication_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h
index 7d98f4d..68ec648 100644
--- a/src/gui/kernel/qapplication_p.h
+++ b/src/gui/kernel/qapplication_p.h
@@ -328,7 +328,7 @@ public:
static QPlatformIntegration *platformIntegration()
{ return platform_integration; }
- static QAbstractEventDispatcher *qt_lite_core_dispatcher()
+ static QAbstractEventDispatcher *qt_qpa_core_dispatcher()
{ return QCoreApplication::instance()->d_func()->threadData->eventDispatcher; }
#endif
@@ -661,7 +661,7 @@ Q_GUI_EXPORT void qt_translateRawTouchEvent(QWidget *window,
#elif defined(Q_OS_SYMBIAN)
extern void qt_symbian_set_cursor(QWidget *, bool);
#elif defined (Q_WS_QPA)
- extern void qt_lite_set_cursor(QWidget *, bool);
+ extern void qt_qpa_set_cursor(QWidget *, bool);
#endif
QT_END_NAMESPACE