From 31eb14cb1a4ba3d093d24a5c7695b7dc1099bd4f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 29 Sep 2020 11:07:39 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- doc/da/index.docbook | 12 ------------ doc/et/index.docbook | 12 ------------ doc/it/index.docbook | 12 ------------ doc/konversation/index.docbook | 12 ------------ doc/pt/index.docbook | 12 ------------ doc/ru/index.docbook | 12 ------------ doc/sv/index.docbook | 12 ------------ konversation/src/channel.cpp | 3 --- konversation/src/inputfilter.cpp | 3 --- konversation/src/ircview.cpp | 5 ----- konversation/src/konversationapplication.cpp | 3 --- konversation/src/konversationapplication.h | 3 --- konversation/src/linkaddressbook/Makefile.am | 2 -- konversation/src/linkaddressbook/kimiface.h | 9 --------- konversation/src/linkaddressbook/linkaddressbookui.cpp | 2 -- konversation/src/linkaddressbook/linkaddressbookui.h | 2 -- konversation/src/nicksonline.cpp | 5 ----- konversation/src/outputfilter.cpp | 3 --- konversation/src/server.cpp | 5 ----- 19 files changed, 129 deletions(-) diff --git a/doc/da/index.docbook b/doc/da/index.docbook index 8e4aebf..e2ab2d9 100644 --- a/doc/da/index.docbook +++ b/doc/da/index.docbook @@ -2368,15 +2368,3 @@ information here. &documentation.index; - - diff --git a/doc/et/index.docbook b/doc/et/index.docbook index a6011be..5b9b8a0 100644 --- a/doc/et/index.docbook +++ b/doc/et/index.docbook @@ -2368,15 +2368,3 @@ information here. &documentation.index; - - diff --git a/doc/it/index.docbook b/doc/it/index.docbook index 8176e90..da32252 100644 --- a/doc/it/index.docbook +++ b/doc/it/index.docbook @@ -2368,15 +2368,3 @@ information here. &documentation.index; - - diff --git a/doc/konversation/index.docbook b/doc/konversation/index.docbook index b5b6102..7b1986e 100644 --- a/doc/konversation/index.docbook +++ b/doc/konversation/index.docbook @@ -3469,15 +3469,3 @@ If you will be running &konversation; from behind a firewall, see - - diff --git a/doc/pt/index.docbook b/doc/pt/index.docbook index b52dab4..c1478df 100644 --- a/doc/pt/index.docbook +++ b/doc/pt/index.docbook @@ -2368,15 +2368,3 @@ information here. &documentation.index; - - diff --git a/doc/ru/index.docbook b/doc/ru/index.docbook index 751005f..2c126f0 100644 --- a/doc/ru/index.docbook +++ b/doc/ru/index.docbook @@ -2374,15 +2374,3 @@ information here. &documentation.index; - - diff --git a/doc/sv/index.docbook b/doc/sv/index.docbook index cef9e73..16d5b5c 100644 --- a/doc/sv/index.docbook +++ b/doc/sv/index.docbook @@ -2368,15 +2368,3 @@ information here. &documentation.index; - - diff --git a/konversation/src/channel.cpp b/konversation/src/channel.cpp index 3fa2c3e..c6ea53c 100644 --- a/konversation/src/channel.cpp +++ b/konversation/src/channel.cpp @@ -2955,6 +2955,3 @@ bool NickList::containsNick(const TQString& nickname) } #include "channel.moc" - -// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on; -// vim: set et sw=4 ts=4 cino=l1,cs,U1: diff --git a/konversation/src/inputfilter.cpp b/konversation/src/inputfilter.cpp index 91cff9e..e272223 100644 --- a/konversation/src/inputfilter.cpp +++ b/konversation/src/inputfilter.cpp @@ -1980,6 +1980,3 @@ void InputFilter::parsePrivMsg(const TQString& prefix, } #include "inputfilter.moc" - -// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on; -// vim: set et sw=4 ts=4 cino=l1,cs,U1: diff --git a/konversation/src/ircview.cpp b/konversation/src/ircview.cpp index a504626..6f86aff 100644 --- a/konversation/src/ircview.cpp +++ b/konversation/src/ircview.cpp @@ -1,5 +1,3 @@ -// -*- mode: c++; c-file-style: "bsd"; c-basic-offset: 4; tabs-width: 4; indent-tabs-mode: nil -*- - /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1786,6 +1784,3 @@ void IRCView::saveLinkAs(const TQString& url) } #include "ircview.moc" - -// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on; -// vim: set et sw=4 ts=4 cino=l1,cs,U1: diff --git a/konversation/src/konversationapplication.cpp b/konversation/src/konversationapplication.cpp index befecf7..d364f0d 100644 --- a/konversation/src/konversationapplication.cpp +++ b/konversation/src/konversationapplication.cpp @@ -883,6 +883,3 @@ TQString KonversationApplication::doAutoreplace(const TQString& text,bool output } #include "konversationapplication.moc" - -// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on; -// vim: set et sw=4 ts=4 cino=l1,cs,U1: diff --git a/konversation/src/konversationapplication.h b/konversation/src/konversationapplication.h index acdd557..ca7ca49 100644 --- a/konversation/src/konversationapplication.h +++ b/konversation/src/konversationapplication.h @@ -165,6 +165,3 @@ class KonversationApplication : public KUniqueApplication }; #endif - -// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on; -// vim: set et sw=4 ts=4 cino=l1,cs,U1: diff --git a/konversation/src/linkaddressbook/Makefile.am b/konversation/src/linkaddressbook/Makefile.am index 266c2c6..269c86d 100644 --- a/konversation/src/linkaddressbook/Makefile.am +++ b/konversation/src/linkaddressbook/Makefile.am @@ -9,5 +9,3 @@ noinst_HEADERS = linkaddressbookui.h kimiface.h liblinkaddressbookui_la_SOURCES = linkaddressbookui_base.ui linkaddressbookui.cpp addressbook_base.cpp addressbook.cpp nicklisttooltip.cpp nicksonlinetooltip.cpp kimiface.skel addresseeitem.cpp kimiface_DIR = $(kde_includes) liblinkaddressbookui_la_LDFLAGS = $(all_libraries) -no-undefined - -# vim: set noet: diff --git a/konversation/src/linkaddressbook/kimiface.h b/konversation/src/linkaddressbook/kimiface.h index 257bb42..514a9d5 100644 --- a/konversation/src/linkaddressbook/kimiface.h +++ b/konversation/src/linkaddressbook/kimiface.h @@ -180,12 +180,3 @@ class KIMIface : virtual public DCOPObject void contactPresenceChanged( TQString uid, TQCString appId, int presence ); }; #endif - -/* - * Local variables: - * c-indentation-style: k&r - * c-basic-offset: 8 - * indent-tabs-mode: t - * End: - */ -// vim: set noet ts=4 sts=4 sw=4: diff --git a/konversation/src/linkaddressbook/linkaddressbookui.cpp b/konversation/src/linkaddressbook/linkaddressbookui.cpp index 709367e..7244b9a 100644 --- a/konversation/src/linkaddressbook/linkaddressbookui.cpp +++ b/konversation/src/linkaddressbook/linkaddressbookui.cpp @@ -187,5 +187,3 @@ void LinkAddressbookUI::slotCancel() } #include "linkaddressbookui.moc" - -// vim: set noet ts=4 sts=4 sw=4: diff --git a/konversation/src/linkaddressbook/linkaddressbookui.h b/konversation/src/linkaddressbook/linkaddressbookui.h index 6e3f8b3..bd2c60f 100644 --- a/konversation/src/linkaddressbook/linkaddressbookui.h +++ b/konversation/src/linkaddressbook/linkaddressbookui.h @@ -65,5 +65,3 @@ class LinkAddressbookUI : public KDialogBase }; #endif - -// vim: set noet ts=4 sts=4 sw=4: diff --git a/konversation/src/nicksonline.cpp b/konversation/src/nicksonline.cpp index a4ca415..a92497b 100644 --- a/konversation/src/nicksonline.cpp +++ b/konversation/src/nicksonline.cpp @@ -1,5 +1,3 @@ -// -*- mode: c++; c-file-style: "bsd"; c-basic-offset: 4; tabs-width: 4; indent-tabs-mode: nil -*- - /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -970,6 +968,3 @@ void NicksOnline::refreshItem(TQListViewItem* item) void NicksOnline::childAdjustFocus() {} #include "nicksonline.moc" - -// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on; -// vim: set et sw=4 ts=4 cino=l1,cs,U1: diff --git a/konversation/src/outputfilter.cpp b/konversation/src/outputfilter.cpp index 080e0d2..079a8f1 100644 --- a/konversation/src/outputfilter.cpp +++ b/konversation/src/outputfilter.cpp @@ -1785,6 +1785,3 @@ namespace Konversation } } #include "outputfilter.moc" - -// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on; -// vim: set et sw=4 ts=4 cino=l1,cs,U1: diff --git a/konversation/src/server.cpp b/konversation/src/server.cpp index 55712e2..a3c776a 100644 --- a/konversation/src/server.cpp +++ b/konversation/src/server.cpp @@ -1,5 +1,3 @@ -// -*- mode: c++; c-file-style: "bsd"; c-basic-offset: 4; tabs-width: 4; indent-tabs-mode: nil -*- - /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -3342,6 +3340,3 @@ void Server::updateEncoding() } #include "server.moc" - -// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on; -// vim: set et sw=4 ts=4 cino=l1,cs,U1: -- cgit v1.2.3