diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-10-22 17:45:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-10-22 17:45:37 +0900 |
commit | 1fc6bee168410e68bd521da2bf8aa96dbe1d5274 (patch) | |
tree | fd99efce47663fc540cb5d3fd3b6007dbcc4e3ec | |
parent | d46e0e623af5fad1b1bd7ce34cd9711593ca2973 (diff) | |
download | twin-style-machbunt-1fc6bee168410e68bd521da2bf8aa96dbe1d5274.tar.gz twin-style-machbunt-1fc6bee168410e68bd521da2bf8aa96dbe1d5274.zip |
Removed code formatting modelines.r14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/MachBunt.cpp | 1 | ||||
-rw-r--r-- | src/MachBunt.h | 1 | ||||
-rw-r--r-- | src/MachBuntButton.cpp | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/MachBunt.cpp b/src/MachBunt.cpp index ef3cee5..ea292aa 100644 --- a/src/MachBunt.cpp +++ b/src/MachBunt.cpp @@ -861,4 +861,3 @@ void MachBunt::doShape(int x) } #include "MachBunt.moc" -// vim: ts=4 diff --git a/src/MachBunt.h b/src/MachBunt.h index cef05bd..a4e12b4 100644 --- a/src/MachBunt.h +++ b/src/MachBunt.h @@ -170,4 +170,3 @@ class BuntFactory : public TQObject, public KDecorationFactory }; #endif -// vim: ts=4 diff --git a/src/MachBuntButton.cpp b/src/MachBuntButton.cpp index 5aeac13..ca4ac11 100644 --- a/src/MachBuntButton.cpp +++ b/src/MachBuntButton.cpp @@ -224,5 +224,3 @@ void MachBuntButton::setTipText(const TQString &tip) { } } - -// vim: ts=4 |