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:31:58 +0900
commitcf916d8af78db19e0df37b12e63f35bf21f2da5b (patch)
tree48fc0ade4447dd2d2d28fb3e313101184d78f8bf /kontact
parentb4f95724045fab2f3d566fadb0bc63e01b031da2 (diff)
downloadtdepim-cf916d8af78db19e0df37b12e63f35bf21f2da5b.tar.gz
tdepim-cf916d8af78db19e0df37b12e63f35bf21f2da5b.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 edaf86da..3c270aa8 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 65e939b9..2e96fd0b 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 ed81dcb6..3b63466c 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 d4852e80..d6db8112 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 9ac18602..924938a0 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 47188fe5..d599a630 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 c2e10ec2..8460249c 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 39deb330..338aeb8d 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 57df05c0..e5d66378 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