diff options
Diffstat (limited to 'misc/peq/files/patch-ab')
-rw-r--r-- | misc/peq/files/patch-ab | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/peq/files/patch-ab b/misc/peq/files/patch-ab new file mode 100644 index 000000000000..16b3765f7c65 --- /dev/null +++ b/misc/peq/files/patch-ab @@ -0,0 +1,23 @@ +--- xconfig.h.orig Thu Mar 25 08:47:31 1999 ++++ xconfig.h Fri May 24 04:35:10 2002 +@@ -4,10 +4,10 @@ + #include <time.h> + #include <string.h> + #include <strings.h> +-#include <qapplication.h> +-#include <qpushbutton.h> +-#include <qlabel.h> +-#include <qstring.h> ++#include <X11/qt1/qapplication.h> ++#include <X11/qt1/qpushbutton.h> ++#include <X11/qt1/qlabel.h> ++#include <X11/qt1/qstring.h> + + /* strmid.cpp */ + char strmid(char*,char*,int,int); +@@ -32,4 +32,4 @@ + long fsize(FILE*); + + /* xpeq.cpp */ +-void f(char*); ++void f(char*); |