diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 00:24:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 00:24:17 +0900 |
commit | 61e4a38f6aef304b9bacac0a908430a141cb5fc8 (patch) | |
tree | b62f29bac6db81d7cf4558e290e95cf886b6fe57 /konq-plugins/webarchiver | |
parent | 8936820e41771ff5f844e4acb3385ad4bc70222b (diff) | |
download | tdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.tar.gz tdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konq-plugins/webarchiver')
-rw-r--r-- | konq-plugins/webarchiver/webarchivecreator.cpp | 2 | ||||
-rw-r--r-- | konq-plugins/webarchiver/webarchivecreator.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/konq-plugins/webarchiver/webarchivecreator.cpp b/konq-plugins/webarchiver/webarchivecreator.cpp index 75b8e36..baae48b 100644 --- a/konq-plugins/webarchiver/webarchivecreator.cpp +++ b/konq-plugins/webarchiver/webarchivecreator.cpp @@ -113,5 +113,3 @@ ThumbCreator::Flags WebArchiveCreator::flags() const { return DrawFrame; } - -// vim: ts=4 sw=4 et diff --git a/konq-plugins/webarchiver/webarchivecreator.h b/konq-plugins/webarchiver/webarchivecreator.h index 4bd1ccf..a320926 100644 --- a/konq-plugins/webarchiver/webarchivecreator.h +++ b/konq-plugins/webarchiver/webarchivecreator.h @@ -48,5 +48,3 @@ private: }; #endif - -// vim: ts=4 sw=4 et |