#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_qt3_headers.dpatch by <bdefreese@debian2.bddebian.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Build without old qt3-compat-headers.
@DPATCH@
diff -urNad lprof-1.11.4.dfsg+1.11.4.1~/src/lprofqt/lprofmain.cpp lprof-1.11.4.dfsg+1.11.4.1/src/lprofqt/lprofmain.cpp
--- lprof-1.11.4.dfsg+1.11.4.1~/src/lprofqt/lprofmain.cpp 2006-06-10 14:43:34.000000000 -0400
+++ lprof-1.11.4.dfsg+1.11.4.1/src/lprofqt/lprofmain.cpp 2008-02-08 13:04:48.000000000 -0500
@@ -53,7 +53,7 @@
#include <string.h>
#include <qlineedit.h>
#include <stdlib.h>
-#include <qlist.h>
+#include <qptrlist.h>
#include <qsettings.h>
#include "installreffile.h"