summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 13:39:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 13:39:58 +0900
commitc378b9b4d45481bace7b85809a6b0cad6abb4ded (patch)
treec321977e6249aa718c536591f41c02b4677ae89e
parentb428138d55bc217feeab120aa4b59559937c78f7 (diff)
downloadktorrent-c378b9b4d45481bace7b85809a6b0cad6abb4ded.tar.gz
ktorrent-c378b9b4d45481bace7b85809a6b0cad6abb4ded.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 93b23e25abb5b9e771a2576d72f14bc799056880)
-rw-r--r--apps/ktorrent/newui/dmainwindow.cpp2
-rw-r--r--plugins/infowidget/GeoIP.c1
-rw-r--r--plugins/infowidget/GeoIP.h1
-rw-r--r--plugins/rssfeed/rss/article.cpp2
-rw-r--r--plugins/rssfeed/rss/article.h1
-rw-r--r--plugins/rssfeed/rss/document.cpp2
-rw-r--r--plugins/rssfeed/rss/document.h1
-rw-r--r--plugins/rssfeed/rss/global.h1
-rw-r--r--plugins/rssfeed/rss/image.cpp1
-rw-r--r--plugins/rssfeed/rss/image.h1
-rw-r--r--plugins/rssfeed/rss/librss.h1
-rw-r--r--plugins/rssfeed/rss/loader.cpp1
-rw-r--r--plugins/rssfeed/rss/loader.h1
-rw-r--r--plugins/rssfeed/rss/textinput.cpp2
-rw-r--r--plugins/rssfeed/rss/textinput.h1
-rw-r--r--plugins/rssfeed/rss/tools_p.cpp2
-rw-r--r--plugins/rssfeed/rss/tools_p.h1
17 files changed, 0 insertions, 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