Fixed issues with libGroupView on Windows.

This commit is contained in:
Andrew
2013-03-13 13:42:41 -05:00
parent 8864c7ebdc
commit fd1e3bb814
4 changed files with 9 additions and 7 deletions

View File

@ -24,7 +24,8 @@
#include <QSortFilterProxyModel>
#include <kdeui_export.h>
//#include <kdeui_export.h>
#include <libgroupview_config.h>
class QItemSelection;
@ -42,7 +43,7 @@ class QItemSelection;
*
* @author Rafael Fernández López <ereslibre@kde.org>
*/
class KDEUI_EXPORT KCategorizedSortFilterProxyModel
class LIBGROUPVIEW_EXPORT KCategorizedSortFilterProxyModel
: public QSortFilterProxyModel
{
public:

View File

@ -23,7 +23,8 @@
#include <QListView>
#include <kdeui_export.h>
//#include <kdeui_export.h>
#include <libgroupview_config.h>
class KCategoryDrawer;
@ -75,7 +76,7 @@ class KCategoryDrawer;
*
* @author Rafael Fernández López <ereslibre@kde.org>
*/
class KDEUI_EXPORT KCategorizedView
class LIBGROUPVIEW_EXPORT KCategorizedView
: public QListView
{
Q_OBJECT