summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/openkode/qopenkodeeventloopintegration.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-07-27 08:30:58 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2010-07-27 09:58:09 +0200
commitc984a856ccf72731da052ff8bdae88fe3921fc83 (patch)
tree3e225f200aea90b4c00b1a9a57fd30f7a26b9103 /src/plugins/platforms/openkode/qopenkodeeventloopintegration.cpp
parent4edb2026545574e287c3d71c272c02dec9134e89 (diff)
Add QT_BEGIN_NAMESPACE and QT_BEGIN_HEADER to openkode plugin
Diffstat (limited to 'src/plugins/platforms/openkode/qopenkodeeventloopintegration.cpp')
-rw-r--r--src/plugins/platforms/openkode/qopenkodeeventloopintegration.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/platforms/openkode/qopenkodeeventloopintegration.cpp b/src/plugins/platforms/openkode/qopenkodeeventloopintegration.cpp
index 467b5b5004..e21e1d7323 100644
--- a/src/plugins/platforms/openkode/qopenkodeeventloopintegration.cpp
+++ b/src/plugins/platforms/openkode/qopenkodeeventloopintegration.cpp
@@ -2,7 +2,7 @@
#include <KD/kd.h>
-#include <QtCore/QDebug>
+QT_BEGIN_NAMESPACE
QOpenKODEEventLoopIntegration::QOpenKODEEventLoopIntegration()
{
@@ -27,3 +27,5 @@ void QOpenKODEEventLoopIntegration::wakeup()
KDEvent *event = kdCreateEvent();
kdPostThreadEvent(event,m_kdThread);
}
+
+QT_END_NAMESPACE