summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/designer/command.cpp')
-rw-r--r--tools/designer/designer/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/designer/command.cpp b/tools/designer/designer/command.cpp
index 74a6b19..b12a598 100644
--- a/tools/designer/designer/command.cpp
+++ b/tools/designer/designer/command.cpp
@@ -2220,7 +2220,7 @@ void AddMenuCommand::execute()
void AddMenuCommand::unexecute()
{
if ( !item ) {
- qWarning( "The AddMenuCommand was created without a menu item." );
+ tqWarning( "The AddMenuCommand was created without a menu item." );
return;
}
item->menu()->hide();