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/klistview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/klistview.h') 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.1