diff options
Diffstat (limited to 'extensions/nsplugin/examples/grapher/grapher.cpp')
-rw-r--r-- | extensions/nsplugin/examples/grapher/grapher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/nsplugin/examples/grapher/grapher.cpp b/extensions/nsplugin/examples/grapher/grapher.cpp index c02a3c6ca..d1a4239a0 100644 --- a/extensions/nsplugin/examples/grapher/grapher.cpp +++ b/extensions/nsplugin/examples/grapher/grapher.cpp @@ -159,7 +159,7 @@ void Graph::timerEvent(TQTimerEvent*) 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; } |