summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/command.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:37:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:37:05 -0600
commit313fa28dc5e72d738faec49ff14fa5aed4a7fcd4 (patch)
treedf0fec64d296b72881b384fcc7dd4541c84d2d88 /kdevdesigner/designer/command.cpp
parent1040d772e2544a98af4bc49c94b47cea28111559 (diff)
downloadtdevelop-313fa28dc5e72d738faec49ff14fa5aed4a7fcd4.tar.gz
tdevelop-313fa28dc5e72d738faec49ff14fa5aed4a7fcd4.zip
Rename additional global TQt functions
Diffstat (limited to 'kdevdesigner/designer/command.cpp')
-rw-r--r--kdevdesigner/designer/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/command.cpp b/kdevdesigner/designer/command.cpp
index a4a13428..71707900 100644
--- a/kdevdesigner/designer/command.cpp
+++ b/kdevdesigner/designer/command.cpp
@@ -2293,7 +2293,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();