summaryrefslogtreecommitdiffstats
path: root/src/app/insertAspectRatioMenuItems.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/insertAspectRatioMenuItems.cpp')
-rw-r--r--src/app/insertAspectRatioMenuItems.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/insertAspectRatioMenuItems.cpp b/src/app/insertAspectRatioMenuItems.cpp
index 353fe43..2e2824c 100644
--- a/src/app/insertAspectRatioMenuItems.cpp
+++ b/src/app/insertAspectRatioMenuItems.cpp
@@ -1,16 +1,16 @@
// Copyright 2005 Max Howell (max.howell@methylblue.com)
// See COPYING file for licensing information
-#include <qpopupmenu.h>
+#include <ntqpopupmenu.h>
#include <xine.h>
-QString i18n( const char *text );
+TQString i18n( const char *text );
namespace Codeine
{
void
- insertAspectRatioMenuItems( QPopupMenu *menu )
+ insertAspectRatioMenuItems( TQPopupMenu *menu )
{
menu->insertItem( i18n( "Determine &Automatically" ), XINE_VO_ASPECT_AUTO );
menu->insertSeparator();