mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f7d2a739f2
quotes database. PR: 10922 Submitted by: Gordon Greeff <gvg@uunet.co.za>
26 lines
601 B
Plaintext
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);
|