1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

Fix build with new CMake release.

Doesn't harm us, but really looks like an upstream bug
This commit is contained in:
Dominik Schmidt 2012-11-02 21:43:11 +01:00
parent a26482d421
commit c910e1b58f

View File

@ -3,7 +3,6 @@
#include <QtCore/QObject>
#if QT_VERSION >= 0x040400 || defined(DOXYGEN_RUN)
#ifndef QT_NO_SHAREDMEMORY
#include <QtCore/QStringList>
@ -138,6 +137,5 @@ QT_END_NAMESPACE
#endif // QT_NO_SHAREDMEMORY
#endif // QT_VERSION >= 0x040400 || defined(DOXYGEN_RUN)
#endif /* __KDTOOLSCORE_KDSINGLEAPPLICATIONGUARD_H__ */