mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
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);
|