summaryrefslogtreecommitdiffstats
path: root/kword/KWCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWCommand.cpp')
-rw-r--r--kword/KWCommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWCommand.cpp b/kword/KWCommand.cpp
index 8356ede9d..f00232cba 100644
--- a/kword/KWCommand.cpp
+++ b/kword/KWCommand.cpp
@@ -269,7 +269,7 @@ KoTextCursor * KWOasisPasteCommand::execute( KoTextCursor *c )
TQBuffer buffer( m_data );
- KoStore * store = KoStore::createStore( TQT_TQIODEVICE(&buffer), KoStore::Read );
+ KoStore * store = KoStore::createStore( &buffer, KoStore::Read );
KWDocument* kwdoc = textdoc->textFrameSet()->kWordDocument();
KWOasisLoader loader( kwdoc );
loader.insertOasisData( store, c );