From c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:31 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 94844816550ad672ccfcdc25659c625546239998. --- kspread/kspread_format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kspread/kspread_format.h') diff --git a/kspread/kspread_format.h b/kspread/kspread_format.h index 83b2daee..ed89807a 100644 --- a/kspread/kspread_format.h +++ b/kspread/kspread_format.h @@ -22,7 +22,7 @@ #ifndef __kspread_format_h__ #define __kspread_format_h__ -#include +#include #include #include #include @@ -557,7 +557,7 @@ public: /** * Sets the hide flag */ - void setHide( bool _hide, bool repaint = true ); + void setHide( bool _hide, bool tqrepaint = true ); bool isHide()const { return m_bHide;} bool operator==( const RowFormat& other ) const; -- cgit v1.2.1