summaryrefslogtreecommitdiffstats
path: root/kioslave/sftp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:57 -0600
commit7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch)
treeb7c6396f4f7fe78dcd49424bff707e977541de18 /kioslave/sftp
parent66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff)
downloadtdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz
tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip
Additional kde to tde renaming
Diffstat (limited to 'kioslave/sftp')
-rw-r--r--kioslave/sftp/CHANGELOG2
-rw-r--r--kioslave/sftp/Makefile.am2
-rw-r--r--kioslave/sftp/kio_sftp.cpp2
-rw-r--r--kioslave/sftp/process.cpp6
-rw-r--r--kioslave/sftp/process.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/kioslave/sftp/CHANGELOG b/kioslave/sftp/CHANGELOG
index b41c17019..2b5f18de3 100644
--- a/kioslave/sftp/CHANGELOG
+++ b/kioslave/sftp/CHANGELOG
@@ -10,7 +10,7 @@
- Write our own askpass program using kde
- set env SSH_ASKPASS_PROGRAM before launching
-how to do this? KProcess doesn't give us access to env variables.
- - Our askpass program can probably talk to the kdesu daemon to implement caching.
+ - Our askpass program can probably talk to the tdesu daemon to implement caching.
- chmod() succeeds, but konqueror always puts permissions to 0 afterwards. The properties
dialog is right though.
Nevermind - ftp ioslave does this too! Maybe a bug with konqueror.
diff --git a/kioslave/sftp/Makefile.am b/kioslave/sftp/Makefile.am
index bbb661b73..659621d91 100644
--- a/kioslave/sftp/Makefile.am
+++ b/kioslave/sftp/Makefile.am
@@ -1,7 +1,7 @@
## Makefile.am of kdebase/kioslave/sftp
INCLUDES = $(all_includes)
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
METASOURCES = AUTO
####### Files
diff --git a/kioslave/sftp/kio_sftp.cpp b/kioslave/sftp/kio_sftp.cpp
index 2c8f995a5..2316c8c2d 100644
--- a/kioslave/sftp/kio_sftp.cpp
+++ b/kioslave/sftp/kio_sftp.cpp
@@ -18,7 +18,7 @@
/*
DEBUGGING
We are pretty much left with kdDebug messages for debugging. We can't use a gdb
-as described in the ioslave DEBUG.howto because kdeinit has to run in a terminal.
+as described in the ioslave DEBUG.howto because tdeinit has to run in a terminal.
Ssh will detect this terminal and ask for a password there, but will just get garbage.
So we can't connect.
*/
diff --git a/kioslave/sftp/process.cpp b/kioslave/sftp/process.cpp
index ca99b36bb..5fcf734c9 100644
--- a/kioslave/sftp/process.cpp
+++ b/kioslave/sftp/process.cpp
@@ -1,7 +1,7 @@
/* vi: ts=8 sts=4 sw=4
*
*
- * This file is part of the KDE project, module kdesu.
+ * This file is part of the KDE project, module tdesu.
* Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org>
*
* This file contains code from TEShell.C of the KDE konsole.
@@ -51,8 +51,8 @@
#include <kstandarddirs.h>
#include "process.h"
-#include <kdesu/kdesu_pty.h>
-#include <kdesu/kcookie.h>
+#include <tdesu/tdesu_pty.h>
+#include <tdesu/kcookie.h>
MyPtyProcess::MyPtyProcess()
diff --git a/kioslave/sftp/process.h b/kioslave/sftp/process.h
index b0f20f77b..215c51ea7 100644
--- a/kioslave/sftp/process.h
+++ b/kioslave/sftp/process.h
@@ -1,7 +1,7 @@
/* vi: ts=8 sts=4 sw=4
*
*
- * This file is part of the KDE project, module kdesu.
+ * This file is part of the KDE project, module tdesu.
* Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org>
*
* This is free software; you can use this library under the GNU Library