diff --git a/src/corelib/io/qstandardpaths_mac.cpp b/src/corelib/io/qstandardpaths_mac.cpp index dfc802a78c..e8b3f9621d 100644 --- a/src/corelib/io/qstandardpaths_mac.cpp +++ b/src/corelib/io/qstandardpaths_mac.cpp @@ -39,8 +39,6 @@ ** ****************************************************************************/ -#ifndef QT_NO_DESKTOPSERVICES - #include "qstandardpaths.h" #include #include @@ -201,5 +199,3 @@ QString QStandardPaths::displayName(StandardLocation type) } QT_END_NAMESPACE - -#endif // QT_NO_DESKTOPSERVICES