diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 22:19:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 22:20:02 +0900 |
commit | 8aa8074403fd918cf105b776bc57e5aab3e2a771 (patch) | |
tree | 84a4ca8fa57b377772173e4594aa3cdf6dcff3b0 /kopete/plugins/latex | |
parent | f8c5872c1394932ae762aa9a956b56bba8b957c5 (diff) | |
download | tdenetwork-8aa8074403fd918cf105b776bc57e5aab3e2a771.tar.gz tdenetwork-8aa8074403fd918cf105b776bc57e5aab3e2a771.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/plugins/latex')
-rw-r--r-- | kopete/plugins/latex/latexguiclient.cpp | 3 | ||||
-rw-r--r-- | kopete/plugins/latex/latexplugin.cpp | 3 | ||||
-rw-r--r-- | kopete/plugins/latex/latexpreferences.cpp | 2 |
3 files changed, 0 insertions, 8 deletions
diff --git a/kopete/plugins/latex/latexguiclient.cpp b/kopete/plugins/latex/latexguiclient.cpp index 6e704847..6d734fbb 100644 --- a/kopete/plugins/latex/latexguiclient.cpp +++ b/kopete/plugins/latex/latexguiclient.cpp @@ -71,6 +71,3 @@ void LatexGUIClient::slotPreview() #include "latexguiclient.moc" - -// vim: set noet ts=4 sts=4 sw=4: - diff --git a/kopete/plugins/latex/latexplugin.cpp b/kopete/plugins/latex/latexplugin.cpp index 2773d21f..67f82058 100644 --- a/kopete/plugins/latex/latexplugin.cpp +++ b/kopete/plugins/latex/latexplugin.cpp @@ -254,6 +254,3 @@ void LatexPlugin::slotSettingsChanged() } #include "latexplugin.moc" - -// vim: set noet ts=4 sts=4 sw=4: - diff --git a/kopete/plugins/latex/latexpreferences.cpp b/kopete/plugins/latex/latexpreferences.cpp index 505b81e2..3d4df47d 100644 --- a/kopete/plugins/latex/latexpreferences.cpp +++ b/kopete/plugins/latex/latexpreferences.cpp @@ -72,5 +72,3 @@ void LatexPreferences::save() } #include "latexpreferences.moc" - -// vim: set noet ts=4 sts=4 sw=4: |