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/cryptography | |
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/cryptography')
4 files changed, 0 insertions, 17 deletions
diff --git a/kopete/plugins/cryptography/cryptographyplugin.cpp b/kopete/plugins/cryptography/cryptographyplugin.cpp index ae38143f..13756076 100644 --- a/kopete/plugins/cryptography/cryptographyplugin.cpp +++ b/kopete/plugins/cryptography/cryptographyplugin.cpp @@ -321,6 +321,3 @@ void CryptographyPlugin::slotNewKMM(Kopete::ChatSession *KMM) #include "cryptographyplugin.moc" - -// vim: set noet ts=4 sts=4 sw=4: - diff --git a/kopete/plugins/cryptography/cryptographyplugin.h b/kopete/plugins/cryptography/cryptographyplugin.h index 05d0ecfa..262ded68 100644 --- a/kopete/plugins/cryptography/cryptographyplugin.h +++ b/kopete/plugins/cryptography/cryptographyplugin.h @@ -91,13 +91,3 @@ private: }; #endif - -/* - * Local variables: - * c-indentation-style: k&r - * c-basic-offset: 8 - * indent-tabs-mode: t - * End: - */ -// vim: set noet ts=4 sts=4 sw=4: - diff --git a/kopete/plugins/cryptography/cryptographypreferences.cpp b/kopete/plugins/cryptography/cryptographypreferences.cpp index 8e1b96ee..1fe2d7ea 100644 --- a/kopete/plugins/cryptography/cryptographypreferences.cpp +++ b/kopete/plugins/cryptography/cryptographypreferences.cpp @@ -45,5 +45,3 @@ void CryptographyPreferences::slotSelectPressed() } #include "cryptographypreferences.moc" - -// vim: set noet ts=4 sts=4 sw=4: diff --git a/kopete/plugins/cryptography/cryptographypreferences.h b/kopete/plugins/cryptography/cryptographypreferences.h index 398daaba..db6d910a 100644 --- a/kopete/plugins/cryptography/cryptographypreferences.h +++ b/kopete/plugins/cryptography/cryptographypreferences.h @@ -39,5 +39,3 @@ private slots: // Public slots }; #endif - -// vim: set noet ts=4 sts=4 sw=4: |