From: nds Date: Mon, 6 Oct 2008 09:20:12 +0000 (+0000) Subject: Fix for the printer analyzing problem. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ab3e5d4059913c97e6ce066d2d41322f1312ce86;p=modules%2Fgui.git Fix for the printer analyzing problem. --- diff --git a/src/Qtx/Qtx.cxx b/src/Qtx/Qtx.cxx index 73b3c7624..896eed39a 100755 --- a/src/Qtx/Qtx.cxx +++ b/src/Qtx/Qtx.cxx @@ -1304,7 +1304,7 @@ bool Qtx::hasAnyPrinters() bool aRes = true; #if !defined(WIN32) && !defined(QT_NO_CUPS) #if QT_VERSION < 0x040303 - QLibrary aCupsLib( QString( "cups" ) ); + QLibrary aCupsLib( QString( "cups" ), 2 ); if ( !aCupsLib.load() ) aRes = false; else {