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/rsssensor.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'superkaramba/src/rsssensor.cpp') diff --git a/superkaramba/src/rsssensor.cpp b/superkaramba/src/rsssensor.cpp index e0a4f9e..ebbdeec 100644 --- a/superkaramba/src/rsssensor.cpp +++ b/superkaramba/src/rsssensor.cpp @@ -47,11 +47,7 @@ void RssSensor::update() TQString tmpFile; bool OK = false; -#if defined(KDE_3_3) if(TDEIO::NetAccess::download(KURL(source), tmpFile, karambaApp->parentWindow())) -#else - if(TDEIO::NetAccess::download(KURL(source), tmpFile)) -#endif { file.setName(tmpFile); if ( file.open(IO_ReadOnly | IO_Translate) ) -- cgit v1.2.3