┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/renamedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/renamedialog.h')
-rw-r--r--src/views/renamedialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/renamedialog.h b/src/views/renamedialog.h
index 7c02d1b87..a1953e8b3 100644
--- a/src/views/renamedialog.h
+++ b/src/views/renamedialog.h
@@ -20,7 +20,7 @@
#ifndef RENAMEDIALOG_H
#define RENAMEDIALOG_H
-#include "libdolphin_export.h"
+#include "dolphin_export.h"
#include <QDialog>
#include <KFileItem>
@@ -33,7 +33,7 @@ class QPushButton;
/**
* @brief Dialog for renaming a variable number of files.
*/
-class LIBDOLPHINPRIVATE_EXPORT RenameDialog : public QDialog
+class DOLPHIN_EXPORT RenameDialog : public QDialog
{
Q_OBJECT