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