diff options
Diffstat (limited to 'superkaramba/src/imagelabel.cpp')
| -rw-r--r-- | superkaramba/src/imagelabel.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/superkaramba/src/imagelabel.cpp b/superkaramba/src/imagelabel.cpp index 4b934a9..c3481b4 100644 --- a/superkaramba/src/imagelabel.cpp +++ b/superkaramba/src/imagelabel.cpp @@ -445,11 +445,7 @@ void ImageLabel::parseImages(TQString fn, TQString fn_roll, int _xoff, if ( fileOnNet ) { TQString tmpFile; -#if defined(KDE_3_2) if(TDEIO::NetAccess::download(KURL(path), tmpFile, karambaApp->parentWindow())) -#else - if(TDEIO::NetAccess::download(KURL(path), tmpFile)) -#endif { pixmap_off = KPixmap(tmpFile); TDEIO::NetAccess::removeTempFile(tmpFile); @@ -493,11 +489,7 @@ void ImageLabel::parseImages(TQString fn, TQString fn_roll, int _xoff, if ( fileOnNet ) { TQString tmpFile; -#if defined(KDE_3_2) if(TDEIO::NetAccess::download(KURL(path), tmpFile, karambaApp->parentWindow())) -#else - if(TDEIO::NetAccess::download(KURL(path), tmpFile)) -#endif { pixmap_on = KPixmap(tmpFile); TDEIO::NetAccess::removeTempFile(tmpFile); |
