Package: kvdr Version: 0.64-5.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 kvdr 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/kvdr/kvdr.cpp kvdr/kvdr/kvdr.cpp --- tmp/kvdr/kvdr.cpp 2008-02-10 22:00:15.000000000 -0500 +++ kvdr/kvdr/kvdr.cpp 2008-02-10 21:57:09.000000000 -0500 @@ -17,7 +17,7 @@ #include "kvdr.h" #include <kwin.h> -#include <qmsgbox.h> +#include <qmessagebox.h> #include <qfile.h> #include <qimage.h> #include <kconfig.h>

