diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:21 +0200 |
commit | 5cc26ceed345bb95cb1defab204b631cb79319de (patch) | |
tree | 9c80b1750fe99cb93f51a1724a6f32daa53f30fe /tdeioslave/svn/svnhelper | |
parent | 412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff) | |
download | tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeioslave/svn/svnhelper')
-rw-r--r-- | tdeioslave/svn/svnhelper/Makefile.am | 2 | ||||
-rw-r--r-- | tdeioslave/svn/svnhelper/tdeio_svn_helper.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslave/svn/svnhelper/Makefile.am b/tdeioslave/svn/svnhelper/Makefile.am index 3f6e71c1..068212b9 100644 --- a/tdeioslave/svn/svnhelper/Makefile.am +++ b/tdeioslave/svn/svnhelper/Makefile.am @@ -5,7 +5,7 @@ AM_LDFLAGS = $(all_libraries) tdeio_svn_helper_SOURCES = tdeio_svn_helper.cpp subversioncheckout.ui subversionswitch.ui subversionlog.ui subversiondiff.ui -tdeio_svn_helper_LDFLAGS = $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KSYCOCA) $(LIB_KIO) $(all_libraries) +tdeio_svn_helper_LDFLAGS = $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDESYCOCA) $(LIB_TDEIO) $(all_libraries) servicemenudir = \ $(kde_datadir)/konqueror/servicemenus diff --git a/tdeioslave/svn/svnhelper/tdeio_svn_helper.h b/tdeioslave/svn/svnhelper/tdeio_svn_helper.h index 46f8fcb6..e14992e9 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.h +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.h @@ -17,8 +17,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef _KIO_SVN_HELPER_H_ -#define _KIO_SVN_HELPER_H_ +#ifndef _TDEIO_SVN_HELPER_H_ +#define _TDEIO_SVN_HELPER_H_ #include <tdeapplication.h> #include <tdeio/job.h> |