summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--amarok/src/analyzers/analyzerbase.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/amarok/src/analyzers/analyzerbase.h b/amarok/src/analyzers/analyzerbase.h
index d8270026..e15f5ee1 100644
--- a/amarok/src/analyzers/analyzerbase.h
+++ b/amarok/src/analyzers/analyzerbase.h
@@ -17,7 +17,7 @@
#include <tqwidget.h> //baseclass
#include <vector> //included for convenience
-#ifdef HAVE_QGLWIDGET
+//#ifdef HAVE_QGLWIDGET
#include <tqgl.h> //baseclass
#ifdef Q_WS_MACX
#include <OpenGL/gl.h> //included for convenience
@@ -26,10 +26,10 @@
#include <GL/gl.h> //included for convenience
#include <GL/glu.h> //included for convenience
#endif
-#else
-//this is a workaround for compile problems due to moc
-#define TQGLWidget QWidget
-#endif
+//#else
+////this is a workaround for compile problems due to moc
+//#define TQGLWidget QWidget
+//#endif
class TQEvent;
class TQPaintEvent;