diff options
Diffstat (limited to 'kpresenter/KPrCommand.cpp')
| -rw-r--r-- | kpresenter/KPrCommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) ) { |
