summaryrefslogtreecommitdiffstats
path: root/src
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
parent105c828684543aa8cb2b0016fc5c9b391c028875 (diff)
downloadtdesvn-fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c.tar.gz
tdesvn-fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'src')
-rw-r--r--src/settings/cmdexecsettings.ui2
-rw-r--r--src/settings/tdesvn_part.kcfg4
-rw-r--r--src/svnfrontend/tdesvnfilelist.cpp2
-rw-r--r--src/svnfrontend/tdesvnfilelist.h4
-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
-rw-r--r--src/tdesvn.h6
-rw-r--r--src/tdesvn_events.h4
-rw-r--r--src/tdesvn_part.cpp2
-rw-r--r--src/tdesvn_part.h2
-rw-r--r--src/tdesvnview.h6
13 files changed, 23 insertions, 23 deletions
diff --git a/src/settings/cmdexecsettings.ui b/src/settings/cmdexecsettings.ui
index 33c970c..864edf2 100644
--- a/src/settings/cmdexecsettings.ui
+++ b/src/settings/cmdexecsettings.ui
@@ -79,7 +79,7 @@
<cstring>kcfg_tdeio_use_standard_logmsg</cstring>
</property>
<property name="text">
- <string>KIO operations use standard logmessage</string>
+ <string>TDEIO operations use standard logmessage</string>
</property>
</widget>
<widget class="TQLayoutWidget">
diff --git a/src/settings/tdesvn_part.kcfg b/src/settings/tdesvn_part.kcfg
index f7c5ec6..d040f87 100644
--- a/src/settings/tdesvn_part.kcfg
+++ b/src/settings/tdesvn_part.kcfg
@@ -246,8 +246,8 @@
<label>TDEIO::svn operations uses a standard logmessage</label>
</entry>
<entry key="tdeio_standard_logmsg" type="String">
- <default>Revision made with tdesvn KIO.</default>
- <label>The standard logmessage to use with KIO if not asking for it.</label>
+ <default>Revision made with tdesvn TDEIO.</default>
+ <label>The standard logmessage to use with TDEIO if not asking for it.</label>
</entry>
</group>
<group name="internals" >
diff --git a/src/svnfrontend/tdesvnfilelist.cpp b/src/svnfrontend/tdesvnfilelist.cpp
index 83c0467..c71185f 100644
--- a/src/svnfrontend/tdesvnfilelist.cpp
+++ b/src/svnfrontend/tdesvnfilelist.cpp
@@ -455,7 +455,7 @@ KURL::List tdesvnfilelist::selectedUrls()
FileListViewItem*cur;
while ( (cur=it.current())!=0) {
++it;
- /* for putting it to outside we must convert it to KIO urls */
+ /* for putting it to outside we must convert it to TDEIO urls */
lst.append(cur->kdeName(m_pList->m_remoteRevision));
}
return lst;
diff --git a/src/svnfrontend/tdesvnfilelist.h b/src/svnfrontend/tdesvnfilelist.h
index 85edf6e..2337b20 100644
--- a/src/svnfrontend/tdesvnfilelist.h
+++ b/src/svnfrontend/tdesvnfilelist.h
@@ -17,8 +17,8 @@
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#ifndef KDESVNFILELIST_H
-#define KDESVNFILELIST_H
+#ifndef TDESVNFILELIST_H
+#define TDESVNFILELIST_H
#include "itemdisplay.h"
#include "filelistviewitem.h"
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"
diff --git a/src/tdesvn.h b/src/tdesvn.h
index 6c00331..72c785f 100644
--- a/src/tdesvn.h
+++ b/src/tdesvn.h
@@ -19,8 +19,8 @@
***************************************************************************/
-#ifndef _KDESVN_H_
-#define _KDESVN_H_
+#ifndef _TDESVN_H_
+#define _TDESVN_H_
#include "tdesvn-config.h"
@@ -114,4 +114,4 @@ protected slots:
virtual void slotLoadLast(bool);
};
-#endif // _KDESVN_H_
+#endif // _TDESVN_H_
diff --git a/src/tdesvn_events.h b/src/tdesvn_events.h
index e8de055..021add1 100644
--- a/src/tdesvn_events.h
+++ b/src/tdesvn_events.h
@@ -1,5 +1,5 @@
-#ifndef __KDESVN_EVENTS_H
-#define __KDESVN_EVENTS_H
+#ifndef __TDESVN_EVENTS_H
+#define __TDESVN_EVENTS_H
#include <tqevent.h>
#include "src/svnqt/svnqt_defines.hpp"
diff --git a/src/tdesvn_part.cpp b/src/tdesvn_part.cpp
index 794bf0e..bf3b685 100644
--- a/src/tdesvn_part.cpp
+++ b/src/tdesvn_part.cpp
@@ -363,7 +363,7 @@ void tdesvnPart::slotShowSettings()
dialog->addPage(new RevisiontreeSettingsDlg_impl(0,"revisiontree_items"),
i18n("Revision tree"),"configure",i18n("Revision tree Settings"),true);
dialog->addPage(new CmdExecSettings_impl(0,"cmdexec_items"),
- "KIO/"+i18n("Commandline"),"terminal",i18n("Settings for commandline and KIO execution"),true);
+ "TDEIO/"+i18n("Commandline"),"terminal",i18n("Settings for commandline and TDEIO execution"),true);
connect(dialog,TQT_SIGNAL(settingsChanged()),this,TQT_SLOT(slotSettingsChanged()));
dialog->show();
diff --git a/src/tdesvn_part.h b/src/tdesvn_part.h
index 857d7c0..2076d51 100644
--- a/src/tdesvn_part.h
+++ b/src/tdesvn_part.h
@@ -133,7 +133,7 @@ private:
typedef cFactory tdesvnPartFactory;
-class KPARTS_EXPORT KdesvnBrowserExtension : public KParts::BrowserExtension
+class TDEPARTS_EXPORT KdesvnBrowserExtension : public KParts::BrowserExtension
{
Q_OBJECT
diff --git a/src/tdesvnview.h b/src/tdesvnview.h
index 0acc8d3..7c9690c 100644
--- a/src/tdesvnview.h
+++ b/src/tdesvnview.h
@@ -19,8 +19,8 @@
***************************************************************************/
-#ifndef _KDESVNVIEW_H_
-#define _KDESVNVIEW_H_
+#ifndef _TDESVNVIEW_H_
+#define _TDESVNVIEW_H_
#include "repositorylistener.hpp"
#include <tqwidget.h>
@@ -140,4 +140,4 @@ protected:
bool m_ReposCancel;
};
-#endif // _KDESVNVIEW_H_
+#endif // _TDESVNVIEW_H_