summaryrefslogtreecommitdiffstats
path: root/src/kernel/qaccel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qaccel.cpp')
-rw-r--r--src/kernel/qaccel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qaccel.cpp b/src/kernel/qaccel.cpp
index 5e34f6ce0..3f7619916 100644
--- a/src/kernel/qaccel.cpp
+++ b/src/kernel/qaccel.cpp
@@ -210,7 +210,7 @@ static bool qt_accel_no_shortcuts = TRUE;
#else
static bool qt_accel_no_shortcuts = FALSE;
#endif
-void Q_EXPORT qt_setAccelAutoShortcuts(bool b) { qt_accel_no_shortcuts = b; }
+void Q_EXPORT tqt_setAccelAutoShortcuts(bool b) { qt_accel_no_shortcuts = b; }
/*
\internal
@@ -576,7 +576,7 @@ TQAccel::TQAccel( TQWidget *parent, const char *name )
d->watch = parent;
#if defined(QT_CHECK_NULL)
if ( !d->watch )
- qWarning( "TQAccel: An accelerator must have a parent or a watch widget" );
+ tqWarning( "TQAccel: An accelerator must have a parent or a watch widget" );
#endif
}
@@ -594,7 +594,7 @@ TQAccel::TQAccel( TQWidget* watch, TQObject *parent, const char *name )
d->watch = watch;
#if defined(QT_CHECK_NULL)
if ( !d->watch )
- qWarning( "TQAccel: An accelerator must have a parent or a watch widget" );
+ tqWarning( "TQAccel: An accelerator must have a parent or a watch widget" );
#endif
}