diff options
Diffstat (limited to 'src/part/videoWindow.h')
-rw-r--r-- | src/part/videoWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/part/videoWindow.h b/src/part/videoWindow.h index 76d2b6c..f7e5782 100644 --- a/src/part/videoWindow.h +++ b/src/part/videoWindow.h @@ -8,6 +8,8 @@ #include <tqtimer.h> #include <tqwidget.h> #include <kurl.h> +#include <xine.h> + typedef struct xine_s xine_t; typedef struct xine_stream_s xine_stream_t; @@ -46,9 +48,7 @@ namespace Codeine private: /// @see xineEngine.cpp - #ifdef HAVE_XINE_H static void xineEventListener( void*, const xine_event_t* ); - #endif void showErrorMessage(); //TODO don't use this, just show delayed message |