diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 17:40:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-29 17:40:19 +0900 |
commit | 455404152756ba70cf1735aa417cebc5ba0a71f1 (patch) | |
tree | 254fede6a6f64eafa6490f6c92094c113b59c064 | |
parent | c6c18cc4979a300575bf60725acc40caf78d4fcb (diff) | |
download | tde-style-qtcurve-455404152756ba70cf1735aa417cebc5ba0a71f1.tar.gz tde-style-qtcurve-455404152756ba70cf1735aa417cebc5ba0a71f1.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | style/qtc_tdestyle.cpp | 4 | ||||
-rw-r--r-- | style/qtc_tdestyle.h | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/style/qtc_tdestyle.cpp b/style/qtc_tdestyle.cpp index a7ca77f..5981f8f 100644 --- a/style/qtc_tdestyle.cpp +++ b/style/qtc_tdestyle.cpp @@ -1736,8 +1736,4 @@ bool TQtCTDEStyle::objectEventHandler( TQStyleControlElementData ceData, Control void TQtCTDEStyle::virtual_hook( int, void* ) { /*BASE::virtual_hook( id, data );*/ } - -// vim: set noet ts=4 sw=4: -// kate: indent-width 4; replace-tabs off; tab-width 4; space-indent off; - #include "qtc_tdestyle.moc" diff --git a/style/qtc_tdestyle.h b/style/qtc_tdestyle.h index a606f5c..d9843df 100644 --- a/style/qtc_tdestyle.h +++ b/style/qtc_tdestyle.h @@ -331,8 +331,5 @@ class TQtCTDEStyle: public TQCommonStyle private: TQtCTDEStylePrivate *d; }; - - -// vim: set noet ts=4 sw=4: #endif |