From 93b23e25abb5b9e771a2576d72f14bc799056880 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 29 Sep 2020 13:39:48 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- apps/ktorrent/newui/dmainwindow.cpp | 2 -- plugins/infowidget/GeoIP.c | 1 - plugins/infowidget/GeoIP.h | 1 - plugins/rssfeed/rss/article.cpp | 2 -- plugins/rssfeed/rss/article.h | 1 - plugins/rssfeed/rss/document.cpp | 2 -- plugins/rssfeed/rss/document.h | 1 - plugins/rssfeed/rss/global.h | 1 - plugins/rssfeed/rss/image.cpp | 1 - plugins/rssfeed/rss/image.h | 1 - plugins/rssfeed/rss/librss.h | 1 - plugins/rssfeed/rss/loader.cpp | 1 - plugins/rssfeed/rss/loader.h | 1 - plugins/rssfeed/rss/textinput.cpp | 2 -- plugins/rssfeed/rss/textinput.h | 1 - plugins/rssfeed/rss/tools_p.cpp | 2 -- plugins/rssfeed/rss/tools_p.h | 1 - 17 files changed, 22 deletions(-) diff --git a/apps/ktorrent/newui/dmainwindow.cpp b/apps/ktorrent/newui/dmainwindow.cpp index e630e36..8f946b2 100644 --- a/apps/ktorrent/newui/dmainwindow.cpp +++ b/apps/ktorrent/newui/dmainwindow.cpp @@ -316,5 +316,3 @@ void DMainWindow::widgetDestroyed() } #include "dmainwindow.moc" - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/plugins/infowidget/GeoIP.c b/plugins/infowidget/GeoIP.c index f71f830..32ce476 100644 --- a/plugins/infowidget/GeoIP.c +++ b/plugins/infowidget/GeoIP.c @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* GeoIP.c * * Copyright (C) 2003 MaxMind LLC All Rights Reserved. diff --git a/plugins/infowidget/GeoIP.h b/plugins/infowidget/GeoIP.h index 1403e4d..f85092c 100644 --- a/plugins/infowidget/GeoIP.h +++ b/plugins/infowidget/GeoIP.h @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ /* GeoIP.h * * Copyright (C) 2003 MaxMind LLC diff --git a/plugins/rssfeed/rss/article.cpp b/plugins/rssfeed/rss/article.cpp index 47413b3..14c9f21 100644 --- a/plugins/rssfeed/rss/article.cpp +++ b/plugins/rssfeed/rss/article.cpp @@ -266,5 +266,3 @@ bool Article::operator==(const Article &other) const { return d->guid == other.guid(); } - -// vim:noet:ts=4 diff --git a/plugins/rssfeed/rss/article.h b/plugins/rssfeed/rss/article.h index 6fbbe44..563492d 100644 --- a/plugins/rssfeed/rss/article.h +++ b/plugins/rssfeed/rss/article.h @@ -156,4 +156,3 @@ namespace RSS } #endif // LIBRSS_ARTICLE_H -// vim: noet:ts=4 diff --git a/plugins/rssfeed/rss/document.cpp b/plugins/rssfeed/rss/document.cpp index d820613..7dfcd0a 100644 --- a/plugins/rssfeed/rss/document.cpp +++ b/plugins/rssfeed/rss/document.cpp @@ -615,5 +615,3 @@ Document &Document::operator=(const Document &other) } return *this; } - -// vim:noet:ts=4 diff --git a/plugins/rssfeed/rss/document.h b/plugins/rssfeed/rss/document.h index c65c15e..840bb1e 100644 --- a/plugins/rssfeed/rss/document.h +++ b/plugins/rssfeed/rss/document.h @@ -234,4 +234,3 @@ namespace RSS } #endif // LIBRSS_DOCUMENT_H -// vim: noet:ts=4 diff --git a/plugins/rssfeed/rss/global.h b/plugins/rssfeed/rss/global.h index 92d3866..d3a7514 100644 --- a/plugins/rssfeed/rss/global.h +++ b/plugins/rssfeed/rss/global.h @@ -142,4 +142,3 @@ namespace RSS } #endif // LIBRSS_GLOBAL_H -// vim: noet:ts=4 diff --git a/plugins/rssfeed/rss/image.cpp b/plugins/rssfeed/rss/image.cpp index 383d76b..174a105 100644 --- a/plugins/rssfeed/rss/image.cpp +++ b/plugins/rssfeed/rss/image.cpp @@ -164,4 +164,3 @@ bool Image::operator==(const Image &other) const } #include "image.moc" -// vim:noet:ts=4 diff --git a/plugins/rssfeed/rss/image.h b/plugins/rssfeed/rss/image.h index 42074dd..adbb800 100644 --- a/plugins/rssfeed/rss/image.h +++ b/plugins/rssfeed/rss/image.h @@ -171,4 +171,3 @@ namespace RSS } #endif // LIBRSS_IMAGE_H -// vim: noet:ts=4 diff --git a/plugins/rssfeed/rss/librss.h b/plugins/rssfeed/rss/librss.h index c9637d0..3eb4f36 100644 --- a/plugins/rssfeed/rss/librss.h +++ b/plugins/rssfeed/rss/librss.h @@ -19,4 +19,3 @@ #include "textinput.h" #endif // LIBRSS_LIBRSS_H -// vim: noet:ts=4 diff --git a/plugins/rssfeed/rss/loader.cpp b/plugins/rssfeed/rss/loader.cpp index 97ae2a5..09450a2 100644 --- a/plugins/rssfeed/rss/loader.cpp +++ b/plugins/rssfeed/rss/loader.cpp @@ -422,4 +422,3 @@ void Loader::discoverFeeds(const TQByteArray &data) } #include "loader.moc" -// vim:noet:ts=4 diff --git a/plugins/rssfeed/rss/loader.h b/plugins/rssfeed/rss/loader.h index c393849..3a48e49 100644 --- a/plugins/rssfeed/rss/loader.h +++ b/plugins/rssfeed/rss/loader.h @@ -340,4 +340,3 @@ namespace RSS } #endif // LIBRSS_LOADER_H -// vim: noet:ts=4 diff --git a/plugins/rssfeed/rss/textinput.cpp b/plugins/rssfeed/rss/textinput.cpp index 04799fc..a32c9f5 100644 --- a/plugins/rssfeed/rss/textinput.cpp +++ b/plugins/rssfeed/rss/textinput.cpp @@ -92,5 +92,3 @@ bool TextInput::operator==(const TextInput &other) const d->name == other.name() && d->link == other.link(); } - -// vim:noet:ts=4 diff --git a/plugins/rssfeed/rss/textinput.h b/plugins/rssfeed/rss/textinput.h index cbf5bdb..dd46d17 100644 --- a/plugins/rssfeed/rss/textinput.h +++ b/plugins/rssfeed/rss/textinput.h @@ -118,4 +118,3 @@ namespace RSS } #endif // LIBRSS_TEXTINPUT_H -// vim: noet:ts=4 diff --git a/plugins/rssfeed/rss/tools_p.cpp b/plugins/rssfeed/rss/tools_p.cpp index cc2d2ab..e608f04 100644 --- a/plugins/rssfeed/rss/tools_p.cpp +++ b/plugins/rssfeed/rss/tools_p.cpp @@ -47,5 +47,3 @@ TQString RSS::extractNode(const TQDomNode &parent, const TQString &elemName, boo return result; } - -// vim:noet:ts=4 diff --git a/plugins/rssfeed/rss/tools_p.h b/plugins/rssfeed/rss/tools_p.h index 45e8bdc..c242766 100644 --- a/plugins/rssfeed/rss/tools_p.h +++ b/plugins/rssfeed/rss/tools_p.h @@ -31,4 +31,3 @@ namespace RSS } #endif // LIBRSS_TOOLS_P_H -// vim:noet:ts=4 -- cgit v1.2.3