SVN commit 523862 by adridg:

?: needs the same type for arguments 2 and 3; compile in the face of 
NO_CAST_ASCII.

CCMAIL: [EMAIL PROTECTED]


 M  +1 -1      searchmanager.cpp  


--- branches/KDE/3.5/kdewebdev/klinkstatus/src/engine/searchmanager.cpp 
#523861:523862
@@ -840,7 +840,7 @@
     // <depth>
     child_element = element.ownerDocument().createElement("depth");
     child_element.appendChild(element.ownerDocument().
-            createTextNode(searchMode() == domain ? "Unlimited" : 
QString::number(depth_)));
+            createTextNode(searchMode() == domain ? QString("Unlimited") : 
QString::number(depth_)));
     element.appendChild(child_element);
 
     // <check_parent_folders>
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to