summaryrefslogtreecommitdiffstats
path: root/src/app/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/extern.h')
-rw-r--r--src/app/extern.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/extern.h b/src/app/extern.h
index 20e49fd..442b4d3 100644
--- a/src/app/extern.h
+++ b/src/app/extern.h
@@ -9,8 +9,8 @@ extern "C"
typedef struct xine_s xine_t;
}
-class QPopupMenu;
-class QWidget;
+class TQPopupMenu;
+class TQWidget;
namespace Codeine
{
@@ -20,9 +20,9 @@ namespace Codeine
VideoWindow* const engine(); //defined in xineEngine.h
VideoWindow* const videoWindow(); //defined in xineEngine.h
- void showVideoSettingsDialog( QWidget* );
- void showXineConfigurationDialog( QWidget*, xine_t* );
- void insertAspectRatioMenuItems( QPopupMenu* );
+ void showVideoSettingsDialog( TQWidget* );
+ void showXineConfigurationDialog( TQWidget*, xine_t* );
+ void insertAspectRatioMenuItems( TQPopupMenu* );
}
#endif