diff options
| author | Christian Ehrlicher <[email protected]> | 2007-04-13 16:09:57 +0000 |
|---|---|---|
| committer | Christian Ehrlicher <[email protected]> | 2007-04-13 16:09:57 +0000 |
| commit | 0c48793222d868d3a506b0062ee53634789d14f4 (patch) | |
| tree | 8c71ec56fb0a12902e178d9aea505673b9297156 /src | |
| parent | 4216e814d4e5e1249eb7004b990a69fc7388b884 (diff) | |
fix exports - please take care to use the correct export macro next time!
svn path=/trunk/KDE/kdebase/apps/; revision=653556
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphincolumnview.h | 3 | ||||
| -rw-r--r-- | src/kitemcategorizer.h | 4 | ||||
| -rw-r--r-- | src/klistview.h | 4 |
3 files changed, 5 insertions, 6 deletions
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 <QColumnView> #include <QStyleOptionViewItem> -#include <libdolphin_export.h> 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 <kdeui_export.h> +#include <libdolphin_export.h> 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 <QListView> -#include <kdeui_export.h> +#include <libdolphin_export.h> class KItemCategorizer; -class KDEUI_EXPORT KListView +class LIBDOLPHINPRIVATE_EXPORT KListView : public QListView { Q_OBJECT |
