summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/kcm_sambaconf
diff options
context:
space:
mode:
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf')
-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
4 files changed, 6 insertions, 6 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;