summaryrefslogtreecommitdiffstats
path: root/kate/xmltools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-21 00:24:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-21 00:24:17 +0900
commit61e4a38f6aef304b9bacac0a908430a141cb5fc8 (patch)
treeb62f29bac6db81d7cf4558e290e95cf886b6fe57 /kate/xmltools
parent8936820e41771ff5f844e4acb3385ad4bc70222b (diff)
downloadtdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.tar.gz
tdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/xmltools')
-rw-r--r--kate/xmltools/plugin_katexmltools.cpp1
-rw-r--r--kate/xmltools/plugin_katexmltools.h1
-rw-r--r--kate/xmltools/pseudo_dtd.cpp2
-rw-r--r--kate/xmltools/pseudo_dtd.h1
4 files changed, 0 insertions, 5 deletions
diff --git a/kate/xmltools/plugin_katexmltools.cpp b/kate/xmltools/plugin_katexmltools.cpp
index 7533e0e..7dc1cdf 100644
--- a/kate/xmltools/plugin_katexmltools.cpp
+++ b/kate/xmltools/plugin_katexmltools.cpp
@@ -1138,4 +1138,3 @@ TQString InsertElement::showDialog( TQStringList &completions )
return TQString();
}
//END InsertElement dialog
-// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off;
diff --git a/kate/xmltools/plugin_katexmltools.h b/kate/xmltools/plugin_katexmltools.h
index 6cf5728..ae0fd68 100644
--- a/kate/xmltools/plugin_katexmltools.h
+++ b/kate/xmltools/plugin_katexmltools.h
@@ -149,4 +149,3 @@ class InsertElement : public KDialogBase
};
#endif // _PLUGIN_KANT_XMLTOOLS_H
-// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off;
diff --git a/kate/xmltools/pseudo_dtd.cpp b/kate/xmltools/pseudo_dtd.cpp
index d06ad67..b724f7d 100644
--- a/kate/xmltools/pseudo_dtd.cpp
+++ b/kate/xmltools/pseudo_dtd.cpp
@@ -462,5 +462,3 @@ TQStringList PseudoDTD::entities( TQString start )
}
return entities;
}
-
-// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off;
diff --git a/kate/xmltools/pseudo_dtd.h b/kate/xmltools/pseudo_dtd.h
index 5da444c..437d5ef 100644
--- a/kate/xmltools/pseudo_dtd.h
+++ b/kate/xmltools/pseudo_dtd.h
@@ -73,4 +73,3 @@ class PseudoDTD
};
#endif // _PLUGIN_KANT_XMLTOOLS_DTD_H
-// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off;