diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-23 11:58:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-23 11:58:42 +0900 |
| commit | 50855e76de13f2ca1361130493cc026b1ea50bba (patch) | |
| tree | 650edd43485d425f107326eb581771768d1c6d47 /superkaramba/src/imagelabel.cpp | |
| parent | c6bdfd549484abe62ddaa3fb6dbf952354c4886b (diff) | |
| download | tdeutils-50855e76de13f2ca1361130493cc026b1ea50bba.tar.gz tdeutils-50855e76de13f2ca1361130493cc026b1ea50bba.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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); |
