diff options
Diffstat (limited to 'src/dolphinremoteencoding.h')
| -rw-r--r-- | src/dolphinremoteencoding.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinremoteencoding.h b/src/dolphinremoteencoding.h index 97b6f8b60..54499f78b 100644 --- a/src/dolphinremoteencoding.h +++ b/src/dolphinremoteencoding.h @@ -23,6 +23,7 @@ #include <QStringList> #include <QtGui/QAction> #include <kurl.h> +#include "libdolphin_export.h" class KActionMenu; @@ -34,7 +35,7 @@ class DolphinViewActionHandler; * When browsing remote url, its possible to change encoding from Tools Menu. */ -class DolphinRemoteEncoding: public QObject +class LIBDOLPHINPRIVATE_EXPORT DolphinRemoteEncoding: public QObject { Q_OBJECT public: |
