diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 17:50:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 17:50:57 +0900 |
commit | 89c13558b7cfd2057ebc5cc8a984117ba8f37b27 (patch) | |
tree | d4a9f383cf7bac9084f3cc5823936b45b141ffb0 | |
parent | df5f05880255fbf4a9aac34df807a241fe590b20 (diff) | |
download | basket-89c13558b7cfd2057ebc5cc8a984117ba8f37b27.tar.gz basket-89c13558b7cfd2057ebc5cc8a984117ba8f37b27.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aa23cfb118ec5420933d9a705fa4f1fa7c27abc7)
-rw-r--r-- | src/kiconcanvas.cpp | 3 | ||||
-rw-r--r-- | src/kiconcanvas.h | 3 | ||||
-rw-r--r-- | src/kicondialog.cpp | 3 | ||||
-rw-r--r-- | src/kicondialog.h | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/src/kiconcanvas.cpp b/src/kiconcanvas.cpp index fffc3b9..0185cde 100644 --- a/src/kiconcanvas.cpp +++ b/src/kiconcanvas.cpp @@ -1,5 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 - * kate: space-indent on; indent-width 4; mixedindent off; indent-mode cstyle; +/* * * This file is part of the KDE project, module tdefile. * Copyright (C) 2006 Luke Sandell <lasandell@gmail.com> diff --git a/src/kiconcanvas.h b/src/kiconcanvas.h index eeaa6d3..8891610 100644 --- a/src/kiconcanvas.h +++ b/src/kiconcanvas.h @@ -1,5 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 - * kate: space-indent on; indent-width 4; mixedindent off; indent-mode cstyle; +/* * * This file is part of the KDE project, module tdefile. * Copyright (C) 2006 Luke Sandell <lasandell@gmail.com> diff --git a/src/kicondialog.cpp b/src/kicondialog.cpp index a32f5ce..5d18360 100644 --- a/src/kicondialog.cpp +++ b/src/kicondialog.cpp @@ -1,5 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 - * kate: space-indent on; indent-width 4; mixedindent off; indent-mode cstyle; +/* * * This file is part of the KDE project, module tdefile. * Copyright (C) 2006 Luke Sandell <lasandell@gmail.com> diff --git a/src/kicondialog.h b/src/kicondialog.h index 6432764..e2511c9 100644 --- a/src/kicondialog.h +++ b/src/kicondialog.h @@ -1,5 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 - * kate: space-indent on; indent-width 4; mixedindent off; indent-mode cstyle; +/* * * This file is part of the KDE project, module tdefile. * Copyright (C) 2006 Luke Sandell <lasandell@gmail.com> |