┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/klistview.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/klistview.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/klistview.h')
-rw-r--r--src/klistview.h4
1 files changed, 2 insertions, 2 deletions
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