From 455404152756ba70cf1735aa417cebc5ba0a71f1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 29 Sep 2020 17:40:19 +0900 Subject: [PATCH] Removed code formatting modelines. Signed-off-by: Michele Calgaro --- style/qtc_tdestyle.cpp | 4 ---- style/qtc_tdestyle.h | 3 --- 2 files changed, 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