1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/peq/files/patch-ab
Mark Murray f7d2a739f2 Initail import of peq. The author promises to reularly update the
quotes database.

PR:		 10922
Submitted by:	 Gordon Greeff <gvg@uunet.co.za>
1999-04-06 12:25:32 +00:00

26 lines
601 B
Plaintext

*** xconfig.h.orig Fri Apr 2 15:50:41 1999
--- xconfig.h Fri Apr 2 15:50:34 1999
***************
*** 4,13 ****
#include <time.h>
#include <string.h>
#include <strings.h>
! #include <qapplication.h>
! #include <qpushbutton.h>
! #include <qlabel.h>
! #include <qstring.h>
/* strmid.cpp */
char strmid(char*,char*,int,int);
--- 4,13 ----
#include <time.h>
#include <string.h>
#include <strings.h>
! #include <X11/qt/qapplication.h>
! #include <X11/qt/qpushbutton.h>
! #include <X11/qt/qlabel.h>
! #include <X11/qt/qstring.h>
/* strmid.cpp */
char strmid(char*,char*,int,int);