┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kfileplacesview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kfileplacesview.h')
-rw-r--r--src/kfileplacesview.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/kfileplacesview.h b/src/kfileplacesview.h
index 80ed4f620..84c9c058f 100644
--- a/src/kfileplacesview.h
+++ b/src/kfileplacesview.h
@@ -19,8 +19,6 @@
#ifndef KFILEPLACESVIEW_H
#define KFILEPLACESVIEW_H
-#include <kdelibs_export.h>
-
#include <QListView>
#include <kurl.h>
@@ -30,7 +28,7 @@ class QAbstractItemModel;
/**
* This class allows to display a KFilePlacesModel.
*/
-class KIO_EXPORT KFilePlacesView : public QListView
+class /*KIO_EXPORT*/ KFilePlacesView : public QListView
{
Q_OBJECT
public: