summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPixmapObjectIface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPixmapObjectIface.cpp')
-rw-r--r--kpresenter/KPrPixmapObjectIface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrPixmapObjectIface.cpp b/kpresenter/KPrPixmapObjectIface.cpp
index ec7b10d7..e84e3c52 100644
--- a/kpresenter/KPrPixmapObjectIface.cpp
+++ b/kpresenter/KPrPixmapObjectIface.cpp
@@ -31,7 +31,7 @@ KPrPixmapObjectIface::KPrPixmapObjectIface( KPrPixmapObject *_obj )
obj = _obj;
}
-QString KPrPixmapObjectIface::fileName() const
+TQString KPrPixmapObjectIface::fileName() const
{
return obj->getFileName();
}
@@ -81,12 +81,12 @@ void KPrPixmapObjectIface::setGrayscale( bool grayscal )
obj->setPictureGrayscal(grayscal);
}
-void KPrPixmapObjectIface::loadImage( const QString & fileName )
+void KPrPixmapObjectIface::loadImage( const TQString & fileName )
{
obj->loadPicture(fileName);
}
-void KPrPixmapObjectIface::setPictureMirrorType(const QString & _mirror)
+void KPrPixmapObjectIface::setPictureMirrorType(const TQString & _mirror)
{
if ( _mirror.lower()=="normal")
obj->setPictureMirrorType( PM_NORMAL);