summaryrefslogtreecommitdiffstats
path: root/kontact
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 23:31:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 23:32:24 +0900
commit679e6a56c73bad0db5360a1b51d3f517a93baa60 (patch)
treeff9192f0757a3dc08332850a6d61f06a9de6d710 /kontact
parent33b573ee2e2e2a4b8634f64bcb004fae45288181 (diff)
downloadtdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.tar.gz
tdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf916d8af78db19e0df37b12e63f35bf21f2da5b)
Diffstat (limited to 'kontact')
-rw-r--r--kontact/interfaces/core.cpp1
-rw-r--r--kontact/interfaces/core.h2
-rw-r--r--kontact/interfaces/plugin.cpp2
-rw-r--r--kontact/plugins/kaddressbook/kaddressbook_plugin.cpp2
-rw-r--r--kontact/plugins/kmail/summarywidget.cpp3
-rw-r--r--kontact/src/about/kontact.css3
-rw-r--r--kontact/src/about/main.html1
-rw-r--r--kontact/src/iconsidepane.cpp2
-rw-r--r--kontact/src/mainwindow.h1
9 files changed, 1 insertions, 16 deletions
diff --git a/kontact/interfaces/core.cpp b/kontact/interfaces/core.cpp
index edaf86da4..3c270aa83 100644
--- a/kontact/interfaces/core.cpp
+++ b/kontact/interfaces/core.cpp
@@ -126,4 +126,3 @@ TQString Core::lastErrorMessage() const
}
#include "core.moc"
-// vim: sw=2 sts=2 et tw=80
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h
index 65e939b94..2e96fd0be 100644
--- a/kontact/interfaces/core.h
+++ b/kontact/interfaces/core.h
@@ -99,5 +99,3 @@ class KDE_EXPORT Core : public KParts::MainWindow
}
#endif
-
-// vim: sw=2 sts=2 et tw=80
diff --git a/kontact/interfaces/plugin.cpp b/kontact/interfaces/plugin.cpp
index ed81dcb65..3b63466c7 100644
--- a/kontact/interfaces/plugin.cpp
+++ b/kontact/interfaces/plugin.cpp
@@ -255,5 +255,3 @@ void Plugin::virtual_hook( int, void* ) {
}
#include "plugin.moc"
-
-// vim: sw=2 et sts=2 tw=80
diff --git a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
index d4852e80f..d6db8112b 100644
--- a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
+++ b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
@@ -213,5 +213,3 @@ int KABUniqueAppHandler::newInstance()
}
#include "kaddressbook_plugin.moc"
-
-// vim: sw=2 sts=2 tw=80 et
diff --git a/kontact/plugins/kmail/summarywidget.cpp b/kontact/plugins/kmail/summarywidget.cpp
index 9ac186028..924938a0a 100644
--- a/kontact/plugins/kmail/summarywidget.cpp
+++ b/kontact/plugins/kmail/summarywidget.cpp
@@ -1,5 +1,4 @@
-/* -*- mode: C++; c-file-style: "gnu" -*-
-
+/*
This file is part of Kontact.
Copyright (c) 2003 Tobias Koenig <tokoe@kde.org>
diff --git a/kontact/src/about/kontact.css b/kontact/src/about/kontact.css
index 47188fe5f..d599a6306 100644
--- a/kontact/src/about/kontact.css
+++ b/kontact/src/about/kontact.css
@@ -23,6 +23,3 @@
#subtext {
font-style: italic;
}
-
-/* vim:set sw=2 et nocindent smartindent: */
-
diff --git a/kontact/src/about/main.html b/kontact/src/about/main.html
index c2e10ec29..8460249cd 100644
--- a/kontact/src/about/main.html
+++ b/kontact/src/about/main.html
@@ -64,4 +64,3 @@
<div id="footer"><div id="footerL"/><div id="footerR"/></div>
</body>
</html>
-<!-- vim:set sw=2 et nocindent smartindent: -->
diff --git a/kontact/src/iconsidepane.cpp b/kontact/src/iconsidepane.cpp
index 39deb330c..338aeb8d6 100644
--- a/kontact/src/iconsidepane.cpp
+++ b/kontact/src/iconsidepane.cpp
@@ -599,5 +599,3 @@ void IconSidePane::indicateForegrunding( Kontact::Plugin *plugin )
}
#include "iconsidepane.moc"
-
-// vim: sw=2 sts=2 et tw=80
diff --git a/kontact/src/mainwindow.h b/kontact/src/mainwindow.h
index 57df05c07..e5d66378b 100644
--- a/kontact/src/mainwindow.h
+++ b/kontact/src/mainwindow.h
@@ -174,4 +174,3 @@ class MainWindow : public Kontact::Core, public KDCOPServiceStarter, public Kont
}
#endif
-// vim: sw=2 sts=2 et