Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:belphegor_belbel:KDE3
kdelibs3
printpreview.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File printpreview.patch of Package kdelibs3
Index: kdeprint/kprintpreview.cpp =================================================================== --- kdeprint/kprintpreview.cpp.orig +++ kdeprint/kprintpreview.cpp @@ -108,6 +108,9 @@ static KLibFactory* componentFactory() { kdDebug(500) << "kdeprint: querying trader for 'application/postscript' service" << endl; KLibFactory *factory(0); + factory = KLibLoader::self()->factory("libkghostviewpart"); + if( factory ) + return factory; KTrader::OfferList offers = KTrader::self()->query(QString::fromLatin1("application/postscript"), QString::fromLatin1("KParts/ReadOnlyPart"), QString::null, QString::null); for (KTrader::OfferList::ConstIterator it = offers.begin(); it != offers.end(); ++it) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor