summaryrefslogtreecommitdiffstats
path: root/extensions/nsplugin/examples/grapher/grapher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/nsplugin/examples/grapher/grapher.cpp')
-rw-r--r--extensions/nsplugin/examples/grapher/grapher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/nsplugin/examples/grapher/grapher.cpp b/extensions/nsplugin/examples/grapher/grapher.cpp
index 84633e4..f0186df 100644
--- a/extensions/nsplugin/examples/grapher/grapher.cpp
+++ b/extensions/nsplugin/examples/grapher/grapher.cpp
@@ -159,7 +159,7 @@ void Graph::timerEvent(QTimerEvent*)
void Graph::setStyle(const char* stext)
{
for ( Style s = Pie; styleName[s]; s = Style(s+1) ) {
- if ( qstricmp(stext,styleName[s])==0 ) {
+ if ( tqstricmp(stext,styleName[s])==0 ) {
setStyle(s);
return;
}