]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Can't export them yet.
authorDavid Faure <faure@kde.org>
Mon, 2 Apr 2007 10:11:12 +0000 (10:11 +0000)
committerDavid Faure <faure@kde.org>
Mon, 2 Apr 2007 10:11:12 +0000 (10:11 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=649217

src/kfileplacesmodel.h
src/kfileplacesview.h

index 42c37aafa299a89dc195e95ed08bba227cb86752..7c77db67951112124582420046d86b08f3457e02 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef KFILEPLACESMODEL_H
 #define KFILEPLACESMODEL_H
 
-#include <kdelibs_export.h>
 
 #include <QAbstractItemModel>
 #include <kurl.h>
@@ -30,7 +29,7 @@
  * where user can access files. Only revelant when
  * used with QListView or QTableView.
  */
-class KIO_EXPORT KFilePlacesModel : public QAbstractItemModel
+class /*KIO_EXPORT*/ KFilePlacesModel : public QAbstractItemModel
 {
     Q_OBJECT
 public:
index 80ed4f620e208358ec57d5db29a42495fce7a28c..84c9c058fab4a18a68b776f28392d875147457b8 100644 (file)
@@ -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: