From c6cb3f27942501d24b0ded69c90ebbf7c43c755e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:30 +0200 Subject: Additional k => tde renaming and fixes --- kate/part/Makefile.am | 2 +- kate/part/katecodecompletion.cpp | 2 +- kate/part/katecodecompletion.h | 2 +- kate/part/katecursor.cpp | 2 +- kate/part/katecursor.h | 2 +- kate/part/katedocument.cpp | 2 +- kate/part/katefont.cpp | 2 +- kate/part/katefont.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kate/part') diff --git a/kate/part/Makefile.am b/kate/part/Makefile.am index 71b201485..276abf536 100644 --- a/kate/part/Makefile.am +++ b/kate/part/Makefile.am @@ -16,7 +16,7 @@ libkate_la_SOURCES = katesearch.cpp katebuffer.cpp katecmds.cpp \ libkatepart_la_SOURCES = dummy.cpp -libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/tdeutils/libtdeutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KPARTS) $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la +libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/tdeutils/libtdeutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEPARTS) $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la libkatepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) diff --git a/kate/part/katecodecompletion.cpp b/kate/part/katecodecompletion.cpp index 892a1d429..4617ecb66 100644 --- a/kate/part/katecodecompletion.cpp +++ b/kate/part/katecodecompletion.cpp @@ -2,7 +2,7 @@ Copyright (C) 2001 Joseph Wenninger Copyright (C) 2002 John Firebaugh Copyright (C) 2001 by Victor Röder - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/kate/part/katecodecompletion.h b/kate/part/katecodecompletion.h index ce4af0ecf..8279d396e 100644 --- a/kate/part/katecodecompletion.h +++ b/kate/part/katecodecompletion.h @@ -3,7 +3,7 @@ Copyright (C) 2001 Joseph Wenninger Copyright (C) 2002 John Firebaugh Copyright (C) 2001 by Victor Röder - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/kate/part/katecursor.cpp b/kate/part/katecursor.cpp index e951dcd32..dcd7c38bf 100644 --- a/kate/part/katecursor.cpp +++ b/kate/part/katecursor.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder + Copyright (C) 2002 Christian Couder Copyright (C) 2001, 2003 Christoph Cullmann Copyright (C) 2001 Joseph Wenninger Copyright (C) 1999 Jochen Wilhelmy diff --git a/kate/part/katecursor.h b/kate/part/katecursor.h index 749bb0f76..1b1a5322a 100644 --- a/kate/part/katecursor.h +++ b/kate/part/katecursor.h @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder + Copyright (C) 2002 Christian Couder Copyright (C) 2001, 2003 Christoph Cullmann Copyright (C) 2001 Joseph Wenninger Copyright (C) 1999 Jochen Wilhelmy diff --git a/kate/part/katedocument.cpp b/kate/part/katedocument.cpp index e42bfb0bd..5e2cef175 100644 --- a/kate/part/katedocument.cpp +++ b/kate/part/katedocument.cpp @@ -2399,7 +2399,7 @@ bool KateDocument::openFile(TDEIO::Job * job) if (pos != -1) setEncoding (serviceType.mid(pos+1)); - // if the encoding is set here - on the command line/from the dialog/from KIO + // if the encoding is set here - on the command line/from the dialog/from TDEIO // we prevent file type and document variables from changing it bool encodingSticky = m_encodingSticky; m_encodingSticky = m_config->isSetEncoding(); diff --git a/kate/part/katefont.cpp b/kate/part/katefont.cpp index c00953469..9d734b6e7 100644 --- a/kate/part/katefont.cpp +++ b/kate/part/katefont.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder + Copyright (C) 2002 Christian Couder Copyright (C) 2001 Christoph Cullmann Copyright (C) 2001 Joseph Wenninger Copyright (C) 1999 Jochen Wilhelmy diff --git a/kate/part/katefont.h b/kate/part/katefont.h index ac82338ea..f9e0c1d83 100644 --- a/kate/part/katefont.h +++ b/kate/part/katefont.h @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder + Copyright (C) 2002 Christian Couder Copyright (C) 2001 Christoph Cullmann Copyright (C) 2001 Joseph Wenninger Copyright (C) 1999 Jochen Wilhelmy -- cgit v1.2.1