From 50855e76de13f2ca1361130493cc026b1ea50bba Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 23 Mar 2026 11:58:42 +0900 Subject: Remove use of TDE_VERSION Signed-off-by: Michele Calgaro --- superkaramba/src/imagelabel.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'superkaramba/src/imagelabel.cpp') 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); -- cgit v1.2.3