Package: kover Version: 1:2.9.6-4.1 Severity: normal User: [EMAIL PROTECTED] Usertag: libqt3-compat-headers
Hi, We are currently attempting to remove the antiquated libqt3-compat-headers from the archive. Here is a patch to build kover without libqt3-compat-headers. Obviously you will need to drop the build-depends on libqt3-compat-headers as well. Thank you, Barry deFreese
diff -urN tmp/kover/cddb_fill.h kover-2.9.6/kover/cddb_fill.h --- tmp/kover/cddb_fill.h 2008-02-10 22:12:44.000000000 -0500 +++ kover-2.9.6/kover/cddb_fill.h 2008-02-10 22:13:16.000000000 -0500 @@ -39,7 +39,7 @@ #include <stdio.h> #include <errno.h> -#include <qlist.h> +#include <qptrlist.h> #define CDDB_PORT 80 diff -urN tmp/kover/kovertop.h kover-2.9.6/kover/kovertop.h --- tmp/kover/kovertop.h 2008-02-10 22:12:44.000000000 -0500 +++ kover-2.9.6/kover/kovertop.h 2008-02-10 22:14:12.000000000 -0500 @@ -48,7 +48,7 @@ #include <qpushbutton.h> #include <qlineedit.h> #include <qlabel.h> -#include <qmultilinedit.h> +#include <qmultilineedit.h> #include <ktoolbar.h> #include <kstatusbar.h> #include <kstddirs.h>