OSDN Git Service

remove code for KDE 3.1.x
[kita/kita.git] / kita / src / bbs / bbsview.cpp
index 7fbee1e..e26ccd1 100644 (file)
@@ -146,11 +146,7 @@ bool KitaBBSView::downloadBoardList()
     QString tmpFile;
     QString url = KitaConfig::boardListURL();
     if ( !
-#if KDE_IS_VERSION( 3, 2, 0 )
             KIO::NetAccess::download( url, tmpFile, NULL )
-#else
-            KIO::NetAccess::download( url, tmpFile )
-#endif
        ) {
         return FALSE;
     }