From fc1a1e7b8edfe0ba603f96f2f1acab696b377b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 19:58:44 +0200 Subject: Additional k => tde renaming and fixes --- src/settings/cmdexecsettings.ui | 2 +- src/settings/tdesvn_part.kcfg | 4 ++-- src/svnfrontend/tdesvnfilelist.cpp | 2 +- src/svnfrontend/tdesvnfilelist.h | 4 ++-- src/tdeiosvn/tdeiobytestream.h | 4 ++-- src/tdeiosvn/tdeiolistener.cpp | 2 +- src/tdeiosvn/tdeiolistener.h | 4 ++-- src/tdeiosvn/tdeiosvn.h | 4 ++-- src/tdesvn.h | 6 +++--- src/tdesvn_events.h | 4 ++-- src/tdesvn_part.cpp | 2 +- src/tdesvn_part.h | 2 +- src/tdesvnview.h | 6 +++--- 13 files changed, 23 insertions(+), 23 deletions(-) (limited to 'src') 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 @@ kcfg_tdeio_use_standard_logmsg - KIO operations use standard logmessage + TDEIO operations use standard logmessage 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 @@ - Revision made with tdesvn KIO. - + Revision made with tdesvn TDEIO. + 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 #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 @@ -140,4 +140,4 @@ protected: bool m_ReposCancel; }; -#endif // _KDESVNVIEW_H_ +#endif // _TDESVNVIEW_H_ -- cgit v1.2.3