1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-08 07:07:05 +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

View File

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