summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:31:27 -0600
commit28ccd51885bd98e62c1756453c3fc638b429e5ee (patch)
tree309d7dfbc38b1253fc2aceca34036f8f4eedd27b /filesharing/advanced
parent8a9ab45627c50ab0d33e9edf86fe8988e02709cb (diff)
downloadtdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.tar.gz
tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.zip
Additional kde to tde renaming
Diffstat (limited to 'filesharing/advanced')
-rw-r--r--filesharing/advanced/kcm_sambaconf/CMakeLists.txt2
-rw-r--r--filesharing/advanced/kcm_sambaconf/Makefile.am2
-rw-r--r--filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp4
-rw-r--r--filesharing/advanced/kcm_sambaconf/sambafile.cpp4
-rw-r--r--filesharing/advanced/nfs/nfsfile.cpp2
-rw-r--r--filesharing/advanced/propsdlgplugin/propertiespage.cpp8
-rw-r--r--filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp2
7 files changed, 12 insertions, 12 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/CMakeLists.txt b/filesharing/advanced/kcm_sambaconf/CMakeLists.txt
index 9ed92497..41723ee5 100644
--- a/filesharing/advanced/kcm_sambaconf/CMakeLists.txt
+++ b/filesharing/advanced/kcm_sambaconf/CMakeLists.txt
@@ -46,6 +46,6 @@ tde_add_kpart( kcm_kcmsambaconf AUTOMOC
SOURCES
kcminterface.ui kcmprinterdlg.ui printerdlgimpl.cpp kcmsambaconf.cpp
joindomaindlg.ui
- LINK filesharesamba-static kdeprint-shared
+ LINK filesharesamba-static tdeprint-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/filesharing/advanced/kcm_sambaconf/Makefile.am b/filesharing/advanced/kcm_sambaconf/Makefile.am
index 55cd699d..a955dafc 100644
--- a/filesharing/advanced/kcm_sambaconf/Makefile.am
+++ b/filesharing/advanced/kcm_sambaconf/Makefile.am
@@ -15,7 +15,7 @@ kcm_kcmsambaconf_la_COMPILE_FIRST = usertab.h share.h
kcm_kcmsambaconf_la_LIBADD = \
- -lkdeprint \
+ -ltdeprint \
libfilesharesamba.la
kcm_kcmsambaconf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
diff --git a/filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp b/filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp
index da11d799..0ba2082b 100644
--- a/filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp
+++ b/filesharing/advanced/kcm_sambaconf/printerdlgimpl.cpp
@@ -46,8 +46,8 @@
#include <kurlrequester.h>
#include <knuminput.h>
#include <kdebug.h>
-#include <kdeprint/kmmanager.h>
-#include <kdeprint/kmprinter.h>
+#include <tdeprint/kmmanager.h>
+#include <tdeprint/kmprinter.h>
#include <kcombobox.h>
#include <kiconloader.h>
#include <klocale.h>
diff --git a/filesharing/advanced/kcm_sambaconf/sambafile.cpp b/filesharing/advanced/kcm_sambaconf/sambafile.cpp
index 2ba52a57..50df27c0 100644
--- a/filesharing/advanced/kcm_sambaconf/sambafile.cpp
+++ b/filesharing/advanced/kcm_sambaconf/sambafile.cpp
@@ -146,7 +146,7 @@ bool SambaFile::slotApply()
// we simply save the values to it
// if not we have to save the results in
// a temporary file and copy it afterwards
- // over the smb.conf file with kdesu.
+ // over the smb.conf file with tdesu.
if (TQFileInfo(path).isWritable())
{
saveTo(path);
@@ -177,7 +177,7 @@ bool SambaFile::slotApply()
.tqarg(_tempFile->name())
.tqarg(path)
.tqarg(_tempFile->name());
- proc << "kdesu" << "-d" << suCommand;
+ proc << "tdesu" << "-d" << suCommand;
if (! proc.start(KProcess::Block)) {
kdDebug(5009) << "SambaFile::slotApply: saving to " << path << " failed!" << endl;
diff --git a/filesharing/advanced/nfs/nfsfile.cpp b/filesharing/advanced/nfs/nfsfile.cpp
index ebc33a9c..9eb674c8 100644
--- a/filesharing/advanced/nfs/nfsfile.cpp
+++ b/filesharing/advanced/nfs/nfsfile.cpp
@@ -248,7 +248,7 @@ bool NFSFile::save()
command +=";exportfs -ra";
if (!TQFileInfo(_url.path()).isWritable() )
- proc<<"kdesu" << "-d" << "-c"<<command;
+ proc<<"tdesu" << "-d" << "-c"<<command;
if (!proc.start(KProcess::Block, true)) {
return false;
diff --git a/filesharing/advanced/propsdlgplugin/propertiespage.cpp b/filesharing/advanced/propsdlgplugin/propertiespage.cpp
index 24efa0e5..b52fd8fc 100644
--- a/filesharing/advanced/propsdlgplugin/propertiespage.cpp
+++ b/filesharing/advanced/propsdlgplugin/propertiespage.cpp
@@ -179,7 +179,7 @@ bool PropertiesPage::save(NFSFile* nfsFile, SambaFile* sambaFile, bool nfs, bool
nfsFile->saveTo(nfsFileName);
} else {
nfsNeedsKDEsu = true;
- kdDebug(FILESHARE_DEBUG) << "PropertiesPage::save: nfs needs kdesu." << endl;
+ kdDebug(FILESHARE_DEBUG) << "PropertiesPage::save: nfs needs tdesu." << endl;
}
} else
kdDebug(FILESHARE_DEBUG) << "PropertiesPage::save: nfs has not changed." << endl;
@@ -192,7 +192,7 @@ bool PropertiesPage::save(NFSFile* nfsFile, SambaFile* sambaFile, bool nfs, bool
sambaFile->saveTo(sambaFileName);
} else {
sambaNeedsKDEsu = true;
- kdDebug(FILESHARE_DEBUG) << "PropertiesPage::save: samba needs kdesu." << endl;
+ kdDebug(FILESHARE_DEBUG) << "PropertiesPage::save: samba needs tdesu." << endl;
}
} else
kdDebug(FILESHARE_DEBUG) << "PropertiesPage::save: samba has not changed." << endl;
@@ -222,10 +222,10 @@ bool PropertiesPage::save(NFSFile* nfsFile, SambaFile* sambaFile, bool nfs, bool
.tqarg(KProcess::quote( sambaFileName ));
}
- proc<<"kdesu" << "-d" << "-c"<<command;
+ proc<<"tdesu" << "-d" << "-c"<<command;
if (!proc.start(KProcess::Block, true)) {
- kdDebug(FILESHARE_DEBUG) << "PropertiesPage::save: kdesu command failed" << endl;
+ kdDebug(FILESHARE_DEBUG) << "PropertiesPage::save: tdesu command failed" << endl;
return false;
}
}
diff --git a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp
index 93a9a6e8..2af403f5 100644
--- a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp
+++ b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp
@@ -101,7 +101,7 @@ PropsDlgSharePlugin::PropsDlgSharePlugin( KPropertiesDialog *dlg,
void PropsDlgSharePlugin::slotConfigureFileSharing()
{
KProcess proc;
- proc << KStandardDirs::findExe("kdesu") << locate("exe", "kcmshell") << "fileshare";
+ proc << KStandardDirs::findExe("tdesu") << locate("exe", "kcmshell") << "fileshare";
proc.start( KProcess::DontCare );
}