summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/imagelabel.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 11:58:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-23 18:10:57 +0900
commitaee047ef3b9023e74a1878e9e9f1c2af794de1ff (patch)
tree90decc019121e44eb0796b7e1d41110f742bce41 /superkaramba/src/imagelabel.cpp
parentd80a2defbdd8868d8895819d683704599964433e (diff)
downloadtdeutils-r14.1.x.tar.gz
tdeutils-r14.1.x.zip
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 50855e76de13f2ca1361130493cc026b1ea50bba)
Diffstat (limited to 'superkaramba/src/imagelabel.cpp')
-rw-r--r--superkaramba/src/imagelabel.cpp8
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);