From ab3e5d4059913c97e6ce066d2d41322f1312ce86 Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 6 Oct 2008 09:20:12 +0000 Subject: [PATCH] Fix for the printer analyzing problem. --- src/Qtx/Qtx.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2