summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDFrameProfileSection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDFrameProfileSection.cpp')
-rw-r--r--libkdchart/KDFrameProfileSection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDFrameProfileSection.cpp b/libkdchart/KDFrameProfileSection.cpp
index 38c6fa4..a8b69e8 100644
--- a/libkdchart/KDFrameProfileSection.cpp
+++ b/libkdchart/KDFrameProfileSection.cpp
@@ -78,7 +78,7 @@ bool KDFrameProfileSection::readFrameProfileSectionNode( const TQDomElement& ele
} else if( tagName == "Style" || tagName == "Pen" ) {
ok = ok & KDXML::readPenNode( element, tempPen );
} else {
- qDebug( "Unknown tag in frame" );
+ tqDebug( "Unknown tag in frame" );
}
}
node = node.nextSibling();