Make dolphinremoteencoding included in dolphinprivate.
svn path=/trunk/KDE/kdebase/apps/; revision=944693
dolphincategorydrawer.cpp
dolphinview.cpp
dolphinviewactionhandler.cpp
dolphincategorydrawer.cpp
dolphinview.cpp
dolphinviewactionhandler.cpp
- dolphinviewautoscroller.cpp
+ dolphinviewautoscroller.cpp
+ dolphinremoteencoding.cpp
draganddrophelper.cpp
folderexpander.cpp
renamedialog.cpp
draganddrophelper.cpp
folderexpander.cpp
renamedialog.cpp
set(dolphinpart_SRCS
dolphinpart.cpp
set(dolphinpart_SRCS
dolphinpart.cpp
- dolphinremoteencoding.cpp
##########################################
set(dolphin_SRCS
##########################################
set(dolphin_SRCS
- dolphinremoteencoding.cpp
dolphinapplication.cpp
dolphinmainwindow.cpp
dolphinnewmenu.cpp
dolphinapplication.cpp
dolphinmainwindow.cpp
dolphinnewmenu.cpp
#include <QStringList>
#include <QtGui/QAction>
#include <kurl.h>
#include <QStringList>
#include <QtGui/QAction>
#include <kurl.h>
+#include "libdolphin_export.h"
* When browsing remote url, its possible to change encoding from Tools Menu.
*/
* When browsing remote url, its possible to change encoding from Tools Menu.
*/
-class DolphinRemoteEncoding: public QObject
+class LIBDOLPHINPRIVATE_EXPORT DolphinRemoteEncoding: public QObject
* 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) 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 *
* *
* 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 *