summaryrefslogtreecommitdiffstats
path: root/filters/olefilters/olefilter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'filters/olefilters/olefilter.cc')
-rw-r--r--filters/olefilters/olefilter.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/filters/olefilters/olefilter.cc b/filters/olefilters/olefilter.cc
index fafefdbd0..0f052e13b 100644
--- a/filters/olefilters/olefilter.cc
+++ b/filters/olefilters/olefilter.cc
@@ -118,9 +118,9 @@ void OLEFilter::commSlotDelayStream( const char* delay )
emit internalCommDelayStream( delay );
}
-void OLEFilter::commSlotShapeID( unsigned int& tqshapeID )
+void OLEFilter::commSlotShapeID( unsigned int& shapeID )
{
- emit internalCommShapeID( tqshapeID );
+ emit internalCommShapeID( shapeID );
}
void OLEFilter::slotSavePart(
@@ -234,7 +234,7 @@ void OLEFilter::slotSavePic(
else
{
// It's not here, so let's generate one.
- storageId = TQString( "pictures/picture%1.%2" ).tqarg( numPic++ ).tqarg( extension );
+ storageId = TQString( "pictures/picture%1.%2" ).arg( numPic++ ).arg( extension );
imageMap.insert(nameIN, storageId);
KoStoreDevice* pic = m_chain->storageFile( storageId, KoStore::Write );
if(!pic)