mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
SVN_SILENT:
Make dolphinremoteencoding included in dolphinprivate. svn path=/trunk/KDE/kdebase/apps/; revision=944693
This commit is contained in:
parent
bd2f7179de
commit
897b376df2
3 changed files with 5 additions and 5 deletions
|
@ -30,6 +30,7 @@ set(dolphinprivate_LIB_SRCS
|
|||
dolphinview.cpp
|
||||
dolphinviewactionhandler.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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Copyright (C) 2006 by Peter Penz <peter.penz@gmx.at> *
|
||||
* Copyright (C) 2006 by Dominic Battre <dominic@battre.de> *
|
||||
* Copyright (C) 2006 by Martin Pool <mbp@canonical.com> *
|
||||
* Copyright (C) 2007 by Rafael Fernández López <ereslibre@kde.org> *
|
||||
* Copyright (C) 2007 by Rafael Fernández López <ereslibre@kde.org> *
|
||||
* *
|
||||
* 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 *
|
||||
|
|
Loading…
Reference in a new issue