|
|
@ -17,7 +17,7 @@
|
|
|
|
#include <tqwidget.h> //baseclass
|
|
|
|
#include <tqwidget.h> //baseclass
|
|
|
|
#include <vector> //included for convenience
|
|
|
|
#include <vector> //included for convenience
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_QGLWIDGET
|
|
|
|
//#ifdef HAVE_QGLWIDGET
|
|
|
|
#include <tqgl.h> //baseclass
|
|
|
|
#include <tqgl.h> //baseclass
|
|
|
|
#ifdef Q_WS_MACX
|
|
|
|
#ifdef Q_WS_MACX
|
|
|
|
#include <OpenGL/gl.h> //included for convenience
|
|
|
|
#include <OpenGL/gl.h> //included for convenience
|
|
|
@ -26,10 +26,10 @@
|
|
|
|
#include <GL/gl.h> //included for convenience
|
|
|
|
#include <GL/gl.h> //included for convenience
|
|
|
|
#include <GL/glu.h> //included for convenience
|
|
|
|
#include <GL/glu.h> //included for convenience
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
//#else
|
|
|
|
//this is a workaround for compile problems due to moc
|
|
|
|
////this is a workaround for compile problems due to moc
|
|
|
|
#define TQGLWidget QWidget
|
|
|
|
//#define TQGLWidget QWidget
|
|
|
|
#endif
|
|
|
|
//#endif
|
|
|
|
|
|
|
|
|
|
|
|
class TQEvent;
|
|
|
|
class TQEvent;
|
|
|
|
class TQPaintEvent;
|
|
|
|
class TQPaintEvent;
|
|
|
|