]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinnewfilemenu.h
Ported KIcon to QIcon
[dolphin.git] / src / dolphinnewfilemenu.h
index ae5881366dd8b13257f8b45d1fc50b8b09ddc296..e211dfd881319a7495be258485ad1d16f410c94e 100644 (file)
@@ -23,6 +23,8 @@
 
 #include <KNewFileMenu>
 
+#include "libdolphin_export.h"
+
 class KJob;
 
 /**
@@ -33,7 +35,7 @@ class KJob;
  * All errors are shown in the status bar of Dolphin
  * instead as modal error dialog with an OK button.
  */
-class DolphinNewFileMenu : public KNewFileMenu
+class LIBDOLPHINPRIVATE_EXPORT DolphinNewFileMenu : public KNewFileMenu
 {
     Q_OBJECT