1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-07 01:22:49 +02:00

use our export macro that works on windows :)

This commit is contained in:
Leo Franchi 2011-04-02 19:34:24 -04:00
parent a848561e60
commit 743575b91a

@ -5,6 +5,7 @@
#include <QtCore/QStringList>
#include "pimpl_ptr.h"
#include "dllmacro.h"
class QCoreApplication;
@ -12,7 +13,7 @@ class QCoreApplication;
void SIGINT_handler( int sig );
#endif
class KDTOOLSCORE_EXPORT KDSingleApplicationGuard : public QObject
class DLLEXPORT KDSingleApplicationGuard : public QObject
{
Q_OBJECT
#ifndef Q_WS_WIN