summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/kung/doubleinputfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kwsdl/kung/doubleinputfield.cpp')
-rw-r--r--kode/kwsdl/kung/doubleinputfield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kwsdl/kung/doubleinputfield.cpp b/kode/kwsdl/kung/doubleinputfield.cpp
index 78f73bcd6..39f227749 100644
--- a/kode/kwsdl/kung/doubleinputfield.cpp
+++ b/kode/kwsdl/kung/doubleinputfield.cpp
@@ -34,7 +34,7 @@ DoubleInputField::DoubleInputField( const TQString &name, const TQString &typeNa
void DoubleInputField::setXMLData( const TQDomElement &element )
{
if ( mName != element.tagName() ) {
- qDebug( "DoubleInputField: Wrong dom element passed: expected %s, got %s", mName.latin1(), element.tagName().latin1() );
+ tqDebug( "DoubleInputField: Wrong dom element passed: expected %s, got %s", mName.latin1(), element.tagName().latin1() );
return;
}