diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:31:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:31:27 -0600 |
commit | 28ccd51885bd98e62c1756453c3fc638b429e5ee (patch) | |
tree | 309d7dfbc38b1253fc2aceca34036f8f4eedd27b /filesharing/advanced/kcm_sambaconf | |
parent | 8a9ab45627c50ab0d33e9edf86fe8988e02709cb (diff) | |
download | tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.tar.gz tdenetwork-28ccd51885bd98e62c1756453c3fc638b429e5ee.zip |
Additional kde to tde renaming
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf')
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; |