summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/imagelabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/imagelabel.cpp')
-rw-r--r--superkaramba/src/imagelabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/imagelabel.cpp b/superkaramba/src/imagelabel.cpp
index 9c5705c..5a28a11 100644
--- a/superkaramba/src/imagelabel.cpp
+++ b/superkaramba/src/imagelabel.cpp
@@ -446,7 +446,7 @@ void ImageLabel::parseImages(TQString fn, TQString fn_roll, int _xoff,
{
TQString tmpFile;
#if defined(KDE_3_2)
- if(KIO::NetAccess::download(KURL(path), tmpFile, karambaApp->tqparentWindow()))
+ if(KIO::NetAccess::download(KURL(path), tmpFile, karambaApp->parentWindow()))
#else
if(KIO::NetAccess::download(KURL(path), tmpFile))
#endif
@@ -494,7 +494,7 @@ void ImageLabel::parseImages(TQString fn, TQString fn_roll, int _xoff,
{
TQString tmpFile;
#if defined(KDE_3_2)
- if(KIO::NetAccess::download(KURL(path), tmpFile, karambaApp->tqparentWindow()))
+ if(KIO::NetAccess::download(KURL(path), tmpFile, karambaApp->parentWindow()))
#else
if(KIO::NetAccess::download(KURL(path), tmpFile))
#endif