diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-04-06 12:25:32 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-04-06 12:25:32 +0000 |
commit | f7d2a739f240efe15dd30cc15406a278913d3d31 (patch) | |
tree | c1939546ec5b6a80db94582071b34e18f7e8e134 /misc/peq/files/patch-ab | |
parent | Change patch-aa to patch-ab. (diff) |
Initail import of peq. The author promises to reularly update the
quotes database.
PR: 10922
Submitted by: Gordon Greeff <gvg@uunet.co.za>
Notes
Notes:
svn path=/head/; revision=17669
Diffstat (limited to 'misc/peq/files/patch-ab')
-rw-r--r-- | misc/peq/files/patch-ab | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/peq/files/patch-ab b/misc/peq/files/patch-ab new file mode 100644 index 000000000000..e9420cfca9bb --- /dev/null +++ b/misc/peq/files/patch-ab @@ -0,0 +1,25 @@ +*** 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); |