From 0c48793222d868d3a506b0062ee53634789d14f4 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Fri, 13 Apr 2007 16:09:57 +0000 Subject: fix exports - please take care to use the correct export macro next time! svn path=/trunk/KDE/kdebase/apps/; revision=653556 --- src/dolphincolumnview.h | 3 +-- src/kitemcategorizer.h | 4 ++-- src/klistview.h | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 51b71413c..15dddf47f 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -22,7 +22,6 @@ #include #include -#include class DolphinController; class DolphinView; @@ -30,7 +29,7 @@ class DolphinView; /** * @brief TODO */ -class LIBDOLPHINPRIVATE_EXPORT DolphinColumnView : public QColumnView +class DolphinColumnView : public QColumnView { Q_OBJECT diff --git a/src/kitemcategorizer.h b/src/kitemcategorizer.h index 782f62566..7bec65637 100644 --- a/src/kitemcategorizer.h +++ b/src/kitemcategorizer.h @@ -21,12 +21,12 @@ #ifndef __KITEMCATEGORIZER_H__ #define __KITEMCATEGORIZER_H__ -#include +#include class QString; class QModelIndex; -class KDEUI_EXPORT KItemCategorizer +class LIBDOLPHINPRIVATE_EXPORT KItemCategorizer { public: KItemCategorizer() diff --git a/src/klistview.h b/src/klistview.h index dd5ac479c..0644e8637 100644 --- a/src/klistview.h +++ b/src/klistview.h @@ -23,11 +23,11 @@ #include -#include +#include class KItemCategorizer; -class KDEUI_EXPORT KListView +class LIBDOLPHINPRIVATE_EXPORT KListView : public QListView { Q_OBJECT -- cgit v1.3