diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 12:36:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 12:36:52 +0900 |
commit | df844cff13ebb0c60b5b69dd29e51bf1cad240fa (patch) | |
tree | 85a4a93ba791e0ae7b3d3d9be5ecd3fb0342371c /quanta | |
parent | 98cf7bb0506186c600f4b39057980270ce270b40 (diff) | |
download | tdewebdev-df844cff13ebb0c60b5b69dd29e51bf1cad240fa.tar.gz tdewebdev-df844cff13ebb0c60b5b69dd29e51bf1cad240fa.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta')
-rw-r--r-- | quanta/data/templates/pages/docbook/tde-doc-template.docbook | 12 | ||||
-rw-r--r-- | quanta/utility/quantabookmarks.cpp | 2 | ||||
-rw-r--r-- | quanta/utility/quantabookmarks.h | 3 |
3 files changed, 0 insertions, 17 deletions
diff --git a/quanta/data/templates/pages/docbook/tde-doc-template.docbook b/quanta/data/templates/pages/docbook/tde-doc-template.docbook index 18870bd7..1a45a424 100644 --- a/quanta/data/templates/pages/docbook/tde-doc-template.docbook +++ b/quanta/data/templates/pages/docbook/tde-doc-template.docbook @@ -554,15 +554,3 @@ dicer-toaster daemon first, or &tdemyapplication; won't work !</para> &documentation.index; </book> - -<!-- -Local Variables: -mode: xml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - -vim:tabstop=2:shiftwidth=2:expandtab ---> diff --git a/quanta/utility/quantabookmarks.cpp b/quanta/utility/quantabookmarks.cpp index 8d32e20a..203c80df 100644 --- a/quanta/utility/quantabookmarks.cpp +++ b/quanta/utility/quantabookmarks.cpp @@ -395,5 +395,3 @@ void QuantaBookmarks::marksChanged () } #include "quantabookmarks.moc" - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/quanta/utility/quantabookmarks.h b/quanta/utility/quantabookmarks.h index 71353c17..532e45c9 100644 --- a/quanta/utility/quantabookmarks.h +++ b/quanta/utility/quantabookmarks.h @@ -95,6 +95,3 @@ class QuantaBookmarks : public TQObject }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; -// vim: noet ts=2 |