summaryrefslogtreecommitdiffstats
path: root/tdeui/tests
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 00:15:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 00:15:40 +0900
commited8e30bc6dd18716b42087183e57a481d6ec5fa4 (patch)
tree6c8bf650267a48f922fab63117812f1389ce31e9 /tdeui/tests
parent290dd240b89a39b9e0978a08d63298fd7bccc600 (diff)
downloadtdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.tar.gz
tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeui/tests')
-rw-r--r--tdeui/tests/kaboutdialogtest.cpp2
-rw-r--r--tdeui/tests/krulertest.h2
-rw-r--r--tdeui/tests/tdeactiontest.cpp3
-rw-r--r--tdeui/tests/tdemainwindowtest.cpp3
-rw-r--r--tdeui/tests/tdemainwindowtest.h2
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
- */