diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 23:31:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 23:31:58 +0900 |
commit | cf916d8af78db19e0df37b12e63f35bf21f2da5b (patch) | |
tree | 48fc0ade4447dd2d2d28fb3e313101184d78f8bf /kontact | |
parent | b4f95724045fab2f3d566fadb0bc63e01b031da2 (diff) | |
download | tdepim-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.cpp | 1 | ||||
-rw-r--r-- | kontact/interfaces/core.h | 2 | ||||
-rw-r--r-- | kontact/interfaces/plugin.cpp | 2 | ||||
-rw-r--r-- | kontact/plugins/kaddressbook/kaddressbook_plugin.cpp | 2 | ||||
-rw-r--r-- | kontact/plugins/kmail/summarywidget.cpp | 3 | ||||
-rw-r--r-- | kontact/src/about/kontact.css | 3 | ||||
-rw-r--r-- | kontact/src/about/main.html | 1 | ||||
-rw-r--r-- | kontact/src/iconsidepane.cpp | 2 | ||||
-rw-r--r-- | kontact/src/mainwindow.h | 1 |
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 |