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-ac | |
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-ac')
-rw-r--r-- | misc/peq/files/patch-ac | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/peq/files/patch-ac b/misc/peq/files/patch-ac new file mode 100644 index 000000000000..a19380b36b54 --- /dev/null +++ b/misc/peq/files/patch-ac @@ -0,0 +1,21 @@ +*** xpeq.cpp.orig Fri Apr 2 15:50:52 1999 +--- xpeq.cpp Fri Apr 2 15:50:47 1999 +*************** +*** 1,8 **** + + #include "xconfig.h" + #include "lib_path.h" +! #include <qmenubar.h> +! #include <qpopupmenu.h> + + int cho; + int wrd; +--- 1,8 ---- + + #include "xconfig.h" + #include "lib_path.h" +! #include <X11/qt/qmenubar.h> +! #include <X11/qt/qpopupmenu.h> + + int cho; + int wrd; |