diff options
| author | Rahman Duran <[email protected]> | 2009-03-25 23:02:49 +0000 |
|---|---|---|
| committer | Rahman Duran <[email protected]> | 2009-03-25 23:02:49 +0000 |
| commit | 897b376df29a8cc02fa822a18309bd334a904583 (patch) | |
| tree | 1bdb9e4b310de7af2da49f50e282ca32b9b127f5 /src/dolphinremoteencoding.h | |
| parent | bd2f7179de1b42399b5f04ef65221e8e81250392 (diff) | |
SVN_SILENT:
Make dolphinremoteencoding included in dolphinprivate.
svn path=/trunk/KDE/kdebase/apps/; revision=944693
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: |
