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:18 +0900 |
commit | aa23cfb118ec5420933d9a705fa4f1fa7c27abc7 (patch) | |
tree | 6313a483080f5a4dabad109a5663ded3e864d0fb | |
parent | d9d699f2a0baf4722ada8ce4d3c85354c3b6cec1 (diff) | |
download | basket-aa23cfb118ec5420933d9a705fa4f1fa7c27abc7.tar.gz basket-aa23cfb118ec5420933d9a705fa4f1fa7c27abc7.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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> |