SVN commit 1209666 by vonreth: only for msvc to reduce compiler warnings M +1 -1 global.h --- trunk/KDE/kdelibs/kio/kio/global.h #1209665:1209666 @@ -35,7 +35,7 @@ #include -#ifdef Q_OS_WIN +#ifdef Q_CC_MSVC template class KDE_EXPORT QMap; #endif