diff options
author | Michele Calgaro <[email protected]> | 2020-09-29 17:39:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-29 17:39:35 +0900 |
commit | cbe7cd3d5cda68f011f0d12fd74b299974f7a612 (patch) | |
tree | f194850d827032a5df4904524dfe842bbca6f7a9 | |
parent | 93a43ca61c2296e39640abfaa897c75a4636f1cb (diff) | |
download | tde-style-ia-ora-cbe7cd3d5cda68f011f0d12fd74b299974f7a612.tar.gz tde-style-ia-ora-cbe7cd3d5cda68f011f0d12fd74b299974f7a612.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit df5933168926c735b4584079e188325646357cd6)
-rw-r--r-- | src/widget/ia_ora.cpp | 2 | ||||
-rw-r--r-- | src/widget/ia_ora.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/widget/ia_ora.cpp b/src/widget/ia_ora.cpp index 22ad895..31c2d4f 100644 --- a/src/widget/ia_ora.cpp +++ b/src/widget/ia_ora.cpp @@ -3457,5 +3457,3 @@ bool MandrivaStyle::isFormWidget(const TQWidget* widget) const return true; } - -// vim: ts=4 et sw=4 diff --git a/src/widget/ia_ora.h b/src/widget/ia_ora.h index 68b05fb..1d9f2b6 100644 --- a/src/widget/ia_ora.h +++ b/src/widget/ia_ora.h @@ -328,5 +328,3 @@ private: }; #endif - -// vim: ts=4 et sw=4 |