diff --git a/src/utils/guihelpers.h b/src/utils/guihelpers.h index 8d1f7ac49..f17ccd43c 100644 --- a/src/utils/guihelpers.h +++ b/src/utils/guihelpers.h @@ -19,8 +19,6 @@ #ifndef TOMAHAWK_GUI_HELPERS_H #define TOMAHAWK_GUI_HELPERS_H -#include "dllmacro.h" - class QWidget; namespace Tomahawk { namespace Accounts { @@ -31,8 +29,8 @@ namespace Tomahawk { namespace TomahawkUtils { - DLLEXPORT void createAccountFromFactory( Tomahawk::Accounts::AccountFactory*, QWidget* parent ); - DLLEXPORT void openAccountConfig( Tomahawk::Accounts::Account*, QWidget* parent, bool showDelete = false ); + void createAccountFromFactory( Tomahawk::Accounts::AccountFactory*, QWidget* parent ); + void openAccountConfig( Tomahawk::Accounts::Account*, QWidget* parent, bool showDelete = false ); } #endif \ No newline at end of file