From 737adcefbfa3dd66bcba31656ba33766c347c529 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 8 Mar 2026 20:44:23 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- kbabel/commonui/context.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'kbabel/commonui/context.cpp') diff --git a/kbabel/commonui/context.cpp b/kbabel/commonui/context.cpp index 6b1719a7..0ddfea84 100644 --- a/kbabel/commonui/context.cpp +++ b/kbabel/commonui/context.cpp @@ -52,7 +52,6 @@ #include #include #include -#include #include #include @@ -127,20 +126,12 @@ TQValueList SourceContext::resolvePath( const TQString& packageDir, // Find the directory name of the PO file, if the PO file is local // ### TODO: find a way to allow remote files too TQString poDir; -#if KDE_IS_VERSION( 3, 5, 0 ) const KURL localUrl( TDEIO::NetAccess::mostLocalURL( urlPoFile, m_parent ) ); if ( localUrl.isLocalFile() ) { const TQFileInfo fi( localUrl.path() ); poDir = fi.dirPath( true ); } -#else - if ( urlPoFile.isLocalFile() ) - { - const TQFileInfo fi( urlPoFile.path() ); - poDir = fi.dirPath( true ); - } -#endif #if 0 kdDebug() << "CONTEXT VARIABLE START" << endl; -- cgit v1.2.3