Switch to unified view
a/src/qtgui/confgui/confgui.cpp | b/src/qtgui/confgui/confgui.cpp | ||
---|---|---|---|
1 | #ifndef lint |
1 | #ifndef lint |
2 | static char rcsid[] = "@(#$Id: confgui.cpp,v 1.8 2007-10-25 15:51:02 dockes Exp $ (C) 2005 J.F.Dockes"; |
2 | static char rcsid[] = "@(#$Id: confgui.cpp,v 1.9 2008-05-21 07:21:37 dockes Exp $ (C) 2005 J.F.Dockes"; |
3 | #endif |
3 | #endif |
4 | 4 | ||
5 | #include <stdio.h> |
5 | #include <stdio.h> |
6 | #include <stdlib.h> |
||
6 | 7 | ||
7 | #include <qglobal.h> |
8 | #include <qglobal.h> |
8 | #if QT_VERSION < 0x040000 |
9 | #if QT_VERSION < 0x040000 |
9 | #define QFRAME_INCLUDE <qframe.h> |
10 | #define QFRAME_INCLUDE <qframe.h> |
10 | #define QFILEDIALOG_INCLUDE <qfiledialog.h> |
11 | #define QFILEDIALOG_INCLUDE <qfiledialog.h> |