diff options
author | Michele Calgaro <[email protected]> | 2020-09-27 23:31:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-27 23:32:24 +0900 |
commit | 679e6a56c73bad0db5360a1b51d3f517a93baa60 (patch) | |
tree | ff9192f0757a3dc08332850a6d61f06a9de6d710 /kontact/src | |
parent | 33b573ee2e2e2a4b8634f64bcb004fae45288181 (diff) | |
download | tdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.tar.gz tdepim-679e6a56c73bad0db5360a1b51d3f517a93baa60.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cf916d8af78db19e0df37b12e63f35bf21f2da5b)
Diffstat (limited to 'kontact/src')
-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 |
4 files changed, 0 insertions, 7 deletions
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 |