forked from Lainports/freebsd-ports
25 lines
601 B
Text
25 lines
601 B
Text
*** 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);
|