diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-22 21:48:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-22 21:48:29 +0900 |
commit | 08d0bb03c026ca9d72fb13105363979660ea9aed (patch) | |
tree | 2ba2cbe3f9e7ae53dd547636ad5bd2ef687d5f20 /kcontrol/style | |
parent | 87aace9f528d04868ca6bf9d054604d6e0674c42 (diff) | |
download | tdebase-08d0bb03c026ca9d72fb13105363979660ea9aed.tar.gz tdebase-08d0bb03c026ca9d72fb13105363979660ea9aed.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/style')
-rw-r--r-- | kcontrol/style/kcmstyle.cpp | 2 | ||||
-rw-r--r-- | kcontrol/style/kcmstyle.h | 2 | ||||
-rw-r--r-- | kcontrol/style/menupreview.cpp | 3 | ||||
-rw-r--r-- | kcontrol/style/menupreview.h | 1 | ||||
-rw-r--r-- | kcontrol/style/stylepreview.ui.h | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/kcontrol/style/kcmstyle.cpp b/kcontrol/style/kcmstyle.cpp index a51a63e6b..49ca332dd 100644 --- a/kcontrol/style/kcmstyle.cpp +++ b/kcontrol/style/kcmstyle.cpp @@ -1157,5 +1157,3 @@ TQString KCMStyle::handbookSection() const } #include "kcmstyle.moc" - -// vim: set noet ts=4: diff --git a/kcontrol/style/kcmstyle.h b/kcontrol/style/kcmstyle.h index 4fb1065bf..ecb8d4c7c 100644 --- a/kcontrol/style/kcmstyle.h +++ b/kcontrol/style/kcmstyle.h @@ -168,5 +168,3 @@ private: }; #endif // __KCMSTYLE_H - -// vim: set noet ts=4: diff --git a/kcontrol/style/menupreview.cpp b/kcontrol/style/menupreview.cpp index 9b5edb672..145ec465f 100644 --- a/kcontrol/style/menupreview.cpp +++ b/kcontrol/style/menupreview.cpp @@ -161,6 +161,3 @@ void MenuPreview::paintEvent( TQPaintEvent* /* pe */ ) } #include "menupreview.moc" - -// vim: set noet ts=4: - diff --git a/kcontrol/style/menupreview.h b/kcontrol/style/menupreview.h index e82b88f18..6e1ad8b4c 100644 --- a/kcontrol/style/menupreview.h +++ b/kcontrol/style/menupreview.h @@ -56,6 +56,5 @@ private: PreviewMode mode; }; -// vim: set noet ts=4: #endif // __MENUPREVIEW_H diff --git a/kcontrol/style/stylepreview.ui.h b/kcontrol/style/stylepreview.ui.h index edf38650e..6ea29b376 100644 --- a/kcontrol/style/stylepreview.ui.h +++ b/kcontrol/style/stylepreview.ui.h @@ -65,5 +65,3 @@ bool StylePreview::eventFilter( TQObject* /* obj */, TQEvent* ev ) } return FALSE; } - -// vim: set noet ts=4: |