summaryrefslogtreecommitdiffstats
path: root/src/tdeiosvn
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:44 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:44 +0200
commitfc1a1e7b8edfe0ba603f96f2f1acab696b377b0c (patch)
treef0fd917a84f3ce9fffd0245d37f12b671cf111d4 /src/tdeiosvn
parent105c828684543aa8cb2b0016fc5c9b391c028875 (diff)
downloadtdesvn-fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c.tar.gz
tdesvn-fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'src/tdeiosvn')
-rw-r--r--src/tdeiosvn/tdeiobytestream.h4
-rw-r--r--src/tdeiosvn/tdeiolistener.cpp2
-rw-r--r--src/tdeiosvn/tdeiolistener.h4
-rw-r--r--src/tdeiosvn/tdeiosvn.h4
4 files changed, 7 insertions, 7 deletions
diff --git a/src/tdeiosvn/tdeiobytestream.h b/src/tdeiosvn/tdeiobytestream.h
index 48addfe..ebe1a91 100644
--- a/src/tdeiosvn/tdeiobytestream.h
+++ b/src/tdeiosvn/tdeiobytestream.h
@@ -17,8 +17,8 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#ifndef KIOBYTESTREAM_H
-#define KIOBYTESTREAM_H
+#ifndef TDEIOBYTESTREAM_H
+#define TDEIOBYTESTREAM_H
#include "svnstream.hpp"
diff --git a/src/tdeiosvn/tdeiolistener.cpp b/src/tdeiosvn/tdeiolistener.cpp
index 087008c..9f4531d 100644
--- a/src/tdeiosvn/tdeiolistener.cpp
+++ b/src/tdeiosvn/tdeiolistener.cpp
@@ -104,7 +104,7 @@ bool KioListener::contextGetLogMessage (TQString & msg,const svn::CommitItemList
}
/*! the content of that method is taken from the notify in tdeio::svn in KDE SDK */
-/* this moment we don't use it full 'cause not all is made via KIO */
+/* this moment we don't use it full 'cause not all is made via TDEIO */
void KioListener::contextNotify (const char * path,svn_wc_notify_action_t action,svn_node_kind_t kind ,const char * mime_type ,svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state,svn_revnum_t revision)
{
if (par->wasKilled()) {
diff --git a/src/tdeiosvn/tdeiolistener.h b/src/tdeiosvn/tdeiolistener.h
index f836b65..6663239 100644
--- a/src/tdeiosvn/tdeiolistener.h
+++ b/src/tdeiosvn/tdeiolistener.h
@@ -17,8 +17,8 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#ifndef KIOLISTENER_H
-#define KIOLISTENER_H
+#ifndef TDEIOLISTENER_H
+#define TDEIOLISTENER_H
#include "context_listener.hpp"
#include "pwstorage.h"
diff --git a/src/tdeiosvn/tdeiosvn.h b/src/tdeiosvn/tdeiosvn.h
index b63936c..7475cbc 100644
--- a/src/tdeiosvn/tdeiosvn.h
+++ b/src/tdeiosvn/tdeiosvn.h
@@ -17,8 +17,8 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#ifndef KIOSVN_H
-#define KIOSVN_H
+#ifndef TDEIOSVN_H
+#define TDEIOSVN_H
#include "tdeiobytestream.h"