From kde-commits Sun Oct 29 21:45:58 2006 From: Albert Astals Cid Date: Sun, 29 Oct 2006 21:45:58 +0000 To: kde-commits Subject: KDE/kdelibs/kdeprint/cups Message-Id: <1162158358.935169.20928.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116215836724005 SVN commit 600215 by aacid: make it work, Qt now wants the namespacing to match M +1 -1 kmcupsmanager.cpp --- trunk/KDE/kdelibs/kdeprint/cups/kmcupsmanager.cpp #600214:600215 @@ -892,7 +892,7 @@ kDebug(500) << "Checking for update possible" << endl; m_socket = new KNetwork::KBufferedSocket; m_socket->setTimeout( 1500 ); - connect( m_socket, SIGNAL( connected(const KResolverEntry&) ), + connect( m_socket, SIGNAL( connected(const KNetwork::KResolverEntry&) ), SLOT( slotConnectionSuccess() ) ); connect( m_socket, SIGNAL( gotError( int ) ), SLOT( slotConnectionFailed( int ) ) ); trials = 5;