#ifndef DOLPHINREMOTEENCODING_H
#define DOLPHINREMOTEENCODING_H
-#include <QStringList>
+#include "dolphin_export.h"
+
#include <QAction>
+#include <QStringList>
#include <QUrl>
-#include "libdolphin_export.h"
-
class KActionMenu;
class DolphinViewActionHandler;
* When browsing remote url, its possible to change encoding from Tools Menu.
*/
-class LIBDOLPHINPRIVATE_EXPORT DolphinRemoteEncoding: public QObject
+class DOLPHIN_EXPORT DolphinRemoteEncoding: public QObject
{
Q_OBJECT
public:
DolphinRemoteEncoding(QObject* parent, DolphinViewActionHandler* actionHandler);
- ~DolphinRemoteEncoding();
+ ~DolphinRemoteEncoding() override;
public Q_SLOTS:
void slotAboutToOpenUrl();