From 9a60c04afcd144b4fa91be5f89f245b8a143f77a Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 16 Aug 2012 17:06:46 +0200 Subject: [PATCH] Try to make compile on Windows. --- src/widgets/AccountsPopupWidget.h | 5 +---- src/widgets/AccountsToolButton.h | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/widgets/AccountsPopupWidget.h b/src/widgets/AccountsPopupWidget.h index 1499b287c..b2fc26993 100644 --- a/src/widgets/AccountsPopupWidget.h +++ b/src/widgets/AccountsPopupWidget.h @@ -19,14 +19,11 @@ #ifndef ACCOUNTSPOPUPWIDGET_H #define ACCOUNTSPOPUPWIDGET_H -#include "DllMacro.h" -#include "Typedefs.h" - #include class QVBoxLayout; -class DLLEXPORT AccountsPopupWidget : public QWidget +class AccountsPopupWidget : public QWidget { Q_OBJECT public: diff --git a/src/widgets/AccountsToolButton.h b/src/widgets/AccountsToolButton.h index 317502e8e..223dd354e 100644 --- a/src/widgets/AccountsToolButton.h +++ b/src/widgets/AccountsToolButton.h @@ -23,12 +23,10 @@ #include "accounts/AccountModel.h" #include "AccountModelFactoryProxy.h" -#include "DllMacro.h" -#include "Typedefs.h" #include -class DLLEXPORT AccountsToolButton : public QToolButton +class AccountsToolButton : public QToolButton { Q_OBJECT public: