┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemcategorizer.h
diff options
context:
space:
mode:
authorChristian Ehrlicher <[email protected]>2007-04-13 16:09:57 +0000
committerChristian Ehrlicher <[email protected]>2007-04-13 16:09:57 +0000
commit0c48793222d868d3a506b0062ee53634789d14f4 (patch)
tree8c71ec56fb0a12902e178d9aea505673b9297156 /src/kitemcategorizer.h
parent4216e814d4e5e1249eb7004b990a69fc7388b884 (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/kitemcategorizer.h')
-rw-r--r--src/kitemcategorizer.h4
1 files changed, 2 insertions, 2 deletions
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()