diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:04:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:04:58 -0600 |
commit | b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 (patch) | |
tree | 99dc6b2584265b2df91f7dbc1dcbf7a54efd205e /filesharing/advanced/propsdlgplugin | |
parent | 64c3be47ff36e40035ead93f913aeeb1e4f85e4b (diff) | |
download | tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.tar.gz tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'filesharing/advanced/propsdlgplugin')
4 files changed, 7 insertions, 7 deletions
diff --git a/filesharing/advanced/propsdlgplugin/CMakeLists.txt b/filesharing/advanced/propsdlgplugin/CMakeLists.txt index bd96ae62..52be30f9 100644 --- a/filesharing/advanced/propsdlgplugin/CMakeLists.txt +++ b/filesharing/advanced/propsdlgplugin/CMakeLists.txt @@ -43,6 +43,6 @@ tde_add_kpart( fileshare_propsdlgplugin AUTOMOC SOURCES propsdlgshareplugin.cpp LINK propsdlgplugin_common-static filesharenfs-static - filesharesamba-static kio-shared + filesharesamba-static tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/filesharing/advanced/propsdlgplugin/propertiespage.cpp b/filesharing/advanced/propsdlgplugin/propertiespage.cpp index 91ce79d3..0bf740ef 100644 --- a/filesharing/advanced/propsdlgplugin/propertiespage.cpp +++ b/filesharing/advanced/propsdlgplugin/propertiespage.cpp @@ -25,13 +25,13 @@ #include <kpushbutton.h> #include <tqtimer.h> -#include <kfileshare.h> +#include <tdefileshare.h> #include <knfsshare.h> #include <ksambashare.h> #include <klocale.h> #include <kurl.h> #include <kdebug.h> -#include <kfile.h> +#include <tdefile.h> #include <kurlrequester.h> #include <kmessagebox.h> #include <klineedit.h> diff --git a/filesharing/advanced/propsdlgplugin/propertiespage.h b/filesharing/advanced/propsdlgplugin/propertiespage.h index ba34ed04..a0717c2d 100644 --- a/filesharing/advanced/propsdlgplugin/propertiespage.h +++ b/filesharing/advanced/propsdlgplugin/propertiespage.h @@ -20,7 +20,7 @@ #ifndef PROPERTIESPAGE_H #define PROPERTIESPAGE_H -#include <kfileitem.h> +#include <tdefileitem.h> #include "propertiespagegui.h" class NFSFile; diff --git a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp index 59155329..96b1f198 100644 --- a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp +++ b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp @@ -24,7 +24,7 @@ #include <kgenericfactory.h> #include <kdebug.h> #include <kpushbutton.h> -#include <kfileshare.h> +#include <tdefileshare.h> #include <kmessagebox.h> #include <kprocess.h> #include <kstandarddirs.h> @@ -49,7 +49,7 @@ PropsDlgSharePlugin::PropsDlgSharePlugin( KPropertiesDialog *dlg, const char *, const TQStringList & ) : KPropsDlgPlugin(dlg), d(0) { - TDEGlobal::locale()->insertCatalogue("kfileshare"); + TDEGlobal::locale()->insertCatalogue("tdefileshare"); if (KFileShare::shareMode() == KFileShare::Simple) { kdDebug(5009) << "PropsDlgSharePlugin: Sharing mode is simple. Aborting." << endl; @@ -101,7 +101,7 @@ PropsDlgSharePlugin::PropsDlgSharePlugin( KPropertiesDialog *dlg, void PropsDlgSharePlugin::slotConfigureFileSharing() { TDEProcess proc; - proc << KStandardDirs::findExe("tdesu") << locate("exe", "kcmshell") << "fileshare"; + proc << KStandardDirs::findExe("tdesu") << locate("exe", "tdecmshell") << "fileshare"; proc.start( TDEProcess::DontCare ); } |