[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    kdeprint patch
From:       George Staikos <staikos () kde ! org>
Date:       2001-02-28 3:16:48
[Download RAW message or body]

Here's a patch against kdeprint to make it compile on non-cups machines.  
Also, it needs to be moved to compile _after_ kparts as it links to 
libkparts.  I will commit the Makefile.am change for this right now, but can 
someone please make sure that this is the _correct_ patch for the compile 
error?

Thanks



-- 

George Staikos


["kprinter.patch" (text/plain)]

Index: kprinter.cpp
===================================================================
RCS file: /home/kde/kdelibs/kdeprint/kprinter.cpp,v
retrieving revision 1.2
diff -u -r1.2 kprinter.cpp
--- kprinter.cpp	2001/02/28 00:21:13	1.2
+++ kprinter.cpp	2001/02/28 03:13:22
@@ -365,7 +365,7 @@
 			joblister_ = new KCupsJobLister();
 #else
 			QMessageBox::critical(kapp->mainWidget(),i18n("Print configuration error"),i18n("<p>You system is \
configured to use the CUPS print system. However, the KDE environment is not compiled with CUPS support \
enabled. You should recompile the KDE print support or contact your system administrator. The current \
                application will now try to use the old LPD print \
                system.</p>"),QMessageBox::Ok|QMessageBox::Default,0);
-			joblister_ = new KJobPrinter();
+			joblister_ = new KJobLister();
 #endif
 			break;
 		case PDQ:



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic