From 9abcf51de91242d1ab70230ba46abd2108416edf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Dec 2023 00:36:33 +0900 Subject: Replaced various '#define' with actual strings - part 5 Signed-off-by: Michele Calgaro (cherry picked from commit fb6b4d204d1155fa3a1bc7a128873340db1524f7) --- kpresenter/KPrCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpresenter/KPrCommand.cpp') diff --git a/kpresenter/KPrCommand.cpp b/kpresenter/KPrCommand.cpp index b5558afa8..ff59aa82e 100644 --- a/kpresenter/KPrCommand.cpp +++ b/kpresenter/KPrCommand.cpp @@ -1895,7 +1895,7 @@ KoTextCursor * KPrOasisPasteTextCommand::execute( KoTextCursor *c ) c->setIndex( m_idx ); TQBuffer buffer( m_data ); - KoStore * store = KoStore::createStore( TQT_TQIODEVICE(&buffer), KoStore::Read ); + KoStore * store = KoStore::createStore( &buffer, KoStore::Read ); if ( store->bad() || !store->hasFile( "content.xml" ) ) { -- cgit v1.2.3