summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qsystemsemaphore_symbian.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2009-06-08 21:40:04 (GMT)
committeraxis <qt-info@nokia.com>2009-10-23 09:25:55 (GMT)
commitb738f0d36ed7101962bc387ca1cb34db052faf60 (patch)
tree2c2bb4c666f9cbdcac4aafc2da2264f13c10bf13 /src/corelib/kernel/qsystemsemaphore_symbian.cpp
parent1e3d8b49761037267263dbe29c97a5d0b68e33e5 (diff)
downloadQt-b738f0d36ed7101962bc387ca1cb34db052faf60.zip
Qt-b738f0d36ed7101962bc387ca1cb34db052faf60.tar.gz
Qt-b738f0d36ed7101962bc387ca1cb34db052faf60.tar.bz2
Fix compilation.
Include qcore_symbian_p.h locally, not from the include search path.
Diffstat (limited to 'src/corelib/kernel/qsystemsemaphore_symbian.cpp')
-rw-r--r--src/corelib/kernel/qsystemsemaphore_symbian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qsystemsemaphore_symbian.cpp b/src/corelib/kernel/qsystemsemaphore_symbian.cpp
index ad4b4f4..2fb202e 100644
--- a/src/corelib/kernel/qsystemsemaphore_symbian.cpp
+++ b/src/corelib/kernel/qsystemsemaphore_symbian.cpp
@@ -44,7 +44,7 @@
#include "qcoreapplication.h"
#include <qdebug.h>
-#include <qcore_symbian_p.h>
+#include "qcore_symbian_p.h"
#include <e32cmn.h>
QT_BEGIN_NAMESPACE