From dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 24 Nov 2023 10:47:46 +0900 Subject: Replaced various '#define' with actual strings - part 3 Signed-off-by: Michele Calgaro --- filters/kspread/gnumeric/gnumericimport.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filters/kspread/gnumeric') diff --git a/filters/kspread/gnumeric/gnumericimport.cpp b/filters/kspread/gnumeric/gnumericimport.cpp index 4b037ad1..d763fdef 100644 --- a/filters/kspread/gnumeric/gnumericimport.cpp +++ b/filters/kspread/gnumeric/gnumericimport.cpp @@ -915,7 +915,7 @@ void GNUMERICFilter::ParsePrintInfo( TQDomNode const & printInfo, Sheet * table { Range range(repeate); //kdDebug()<<" repeate :"<print()->setPrintRepeatRows( tqMakePair( range.startRow (),range.endRow ()) ); + table->print()->setPrintRepeatRows( qMakePair( range.startRow (),range.endRow ()) ); } } @@ -929,7 +929,7 @@ void GNUMERICFilter::ParsePrintInfo( TQDomNode const & printInfo, Sheet * table repeate = repeate.replace( "65536", "32500" ); Range range(repeate); //kdDebug()<<" repeate :"<print()->setPrintRepeatColumns( tqMakePair( range.startCol (),range.endCol ()) ); + table->print()->setPrintRepeatColumns( qMakePair( range.startCol (),range.endCol ()) ); } } -- cgit v1.2.1