diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | src/dolphinremoteencoding.h | 3 | ||||
| -rw-r--r-- | src/dolphinsortfilterproxymodel.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 629adea88..7ab2c5a28 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -29,7 +29,8 @@ set(dolphinprivate_LIB_SRCS dolphincategorydrawer.cpp dolphinview.cpp dolphinviewactionhandler.cpp - dolphinviewautoscroller.cpp + dolphinviewautoscroller.cpp + dolphinremoteencoding.cpp draganddrophelper.cpp folderexpander.cpp renamedialog.cpp @@ -74,7 +75,6 @@ install(TARGETS dolphinprivate ${INSTALL_TARGETS_DEFAULT_ARGS}) set(dolphinpart_SRCS dolphinpart.cpp - dolphinremoteencoding.cpp ) @@ -90,7 +90,6 @@ install(FILES dolphinpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) ########################################## set(dolphin_SRCS - dolphinremoteencoding.cpp dolphinapplication.cpp dolphinmainwindow.cpp dolphinnewmenu.cpp 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: diff --git a/src/dolphinsortfilterproxymodel.cpp b/src/dolphinsortfilterproxymodel.cpp index da903c92f..6b0a454a7 100644 --- a/src/dolphinsortfilterproxymodel.cpp +++ b/src/dolphinsortfilterproxymodel.cpp @@ -2,7 +2,7 @@ * Copyright (C) 2006 by Peter Penz <[email protected]> * * Copyright (C) 2006 by Dominic Battre <[email protected]> * * Copyright (C) 2006 by Martin Pool <[email protected]> * - * Copyright (C) 2007 by Rafael Fernández López <[email protected]> * + * Copyright (C) 2007 by Rafael Fernández López <[email protected]> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * |
