summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/drag.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
commit3c87ec12c23bf62d3f60a7dd64020af8e0b997ce (patch)
treeaf5b4b5472d6e9ca5f87b12ceafda358b79d92c6 /kregexpeditor/drag.cpp
parente31dd7c37ff5af25163426915faddfd43327031f (diff)
downloadtdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.tar.gz
tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.zip
Rename additional global TQt functions
Diffstat (limited to 'kregexpeditor/drag.cpp')
-rw-r--r--kregexpeditor/drag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/drag.cpp b/kregexpeditor/drag.cpp
index e17973c..cfc11bb 100644
--- a/kregexpeditor/drag.cpp
+++ b/kregexpeditor/drag.cpp
@@ -70,7 +70,7 @@ TQByteArray RegExpWidgetDrag::encodedData ( const char* format ) const
stream << RegExpConverter::current()->toStr( _regexp, false );
}
else {
- qWarning("Unexpected drag and drop format: %s", format );
+ tqWarning("Unexpected drag and drop format: %s", format );
}
return data;
}