]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinremoveaction.h
Merge branch 'stashAction'
[dolphin.git] / src / dolphinremoveaction.h
index 1a123ace54637a20347359c27134cf42bc2de879..85f404318b74da575ba954d5110c5f7e9b7107b7 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef DOLPHINREMOVEACTION_H
 #define DOLPHINREMOVEACTION_H
 
-#include "libdolphin_export.h"
+#include "dolphin_export.h"
 
 #include <QAction>
 #include <QPointer>
@@ -34,7 +34,7 @@
  * This class expects the presence of both the "move_to_trash" and "delete"
  * actions in @ref collection.
  */
-class LIBDOLPHINPRIVATE_EXPORT DolphinRemoveAction : public QAction
+class DOLPHIN_EXPORT DolphinRemoveAction : public QAction
 {
   Q_OBJECT
 public: