diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 00:15:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 00:16:27 +0900 |
commit | 5b32da3ab3e78e2138b8605d0583f490c1099b33 (patch) | |
tree | 51cedec97909322e2f6dbdb9409bb3caba544bb1 /tdeui/tests | |
parent | 12e6a9fa4797c513bbc2d6c1372ff1086639ae08 (diff) | |
download | tdelibs-5b32da3ab3e78e2138b8605d0583f490c1099b33.tar.gz tdelibs-5b32da3ab3e78e2138b8605d0583f490c1099b33.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ed8e30bc6dd18716b42087183e57a481d6ec5fa4)
Diffstat (limited to 'tdeui/tests')
-rw-r--r-- | tdeui/tests/kaboutdialogtest.cpp | 2 | ||||
-rw-r--r-- | tdeui/tests/krulertest.h | 2 | ||||
-rw-r--r-- | tdeui/tests/tdeactiontest.cpp | 3 | ||||
-rw-r--r-- | tdeui/tests/tdemainwindowtest.cpp | 3 | ||||
-rw-r--r-- | tdeui/tests/tdemainwindowtest.h | 2 |
5 files changed, 1 insertions, 11 deletions
diff --git a/tdeui/tests/kaboutdialogtest.cpp b/tdeui/tests/kaboutdialogtest.cpp index e0680b52f..b0957ad20 100644 --- a/tdeui/tests/kaboutdialogtest.cpp +++ b/tdeui/tests/kaboutdialogtest.cpp @@ -1,4 +1,4 @@ -/* -*- C++ -*- +/* * This file shows an example for the KDE about dialog. * * copyright: (C) Mirko Boehm, 1999 diff --git a/tdeui/tests/krulertest.h b/tdeui/tests/krulertest.h index 0242fb5d7..0175db3aa 100644 --- a/tdeui/tests/krulertest.h +++ b/tdeui/tests/krulertest.h @@ -1,5 +1,3 @@ -/* -*- c++ -*- */ - #ifndef krulertest_h #define krulertest_h diff --git a/tdeui/tests/tdeactiontest.cpp b/tdeui/tests/tdeactiontest.cpp index dcec16189..e892bb306 100644 --- a/tdeui/tests/tdeactiontest.cpp +++ b/tdeui/tests/tdeactiontest.cpp @@ -33,6 +33,3 @@ int main( int argc, char **argv ) return 0; } - -/* vim: et sw=4 ts=4 - */ diff --git a/tdeui/tests/tdemainwindowtest.cpp b/tdeui/tests/tdemainwindowtest.cpp index b19818d4c..bf92dc11c 100644 --- a/tdeui/tests/tdemainwindowtest.cpp +++ b/tdeui/tests/tdemainwindowtest.cpp @@ -33,6 +33,3 @@ int main( int argc, char **argv ) } #include "tdemainwindowtest.moc" - -/* vim: et sw=4 ts=4 - */ diff --git a/tdeui/tests/tdemainwindowtest.h b/tdeui/tests/tdemainwindowtest.h index 5210c3c15..5512c7f9f 100644 --- a/tdeui/tests/tdemainwindowtest.h +++ b/tdeui/tests/tdemainwindowtest.h @@ -14,5 +14,3 @@ private slots: }; #endif // TDEMAINWINDOWTEST_H -/* vim: et sw=4 ts=4 - */ |