SVN commit 1209665 by sengels: revert 1206436 as it is still needed M +3 -0 global.h --- trunk/KDE/kdelibs/kio/kio/global.h #1209664:1209665 @@ -35,6 +35,9 @@ #include +#ifdef Q_OS_WIN +template class KDE_EXPORT QMap; +#endif class KUrl; class KJobTrackerInterface;