diff options
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 |