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 22:20:09 +0900 |
commit | 60969a61fa0e164f126cb3e77036579c71c05b1a (patch) | |
tree | 9605a8c95326a9ab861483cb91071789a38ab223 /kcontrol/style | |
parent | 95a1a02e9efc2854d81130a9fc5218d9150141c6 (diff) | |
download | tdebase-60969a61fa0e164f126cb3e77036579c71c05b1a.tar.gz tdebase-60969a61fa0e164f126cb3e77036579c71c05b1a.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 08d0bb03c026ca9d72fb13105363979660ea9aed)
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: |