diff options
Diffstat (limited to 'arts/gui/kde/kgraph_impl.cpp')
-rw-r--r-- | arts/gui/kde/kgraph_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kgraph_impl.cpp b/arts/gui/kde/kgraph_impl.cpp index 354fdad7..85ad72ad 100644 --- a/arts/gui/kde/kgraph_impl.cpp +++ b/arts/gui/kde/kgraph_impl.cpp @@ -43,7 +43,7 @@ string KGraph_impl::caption() void KGraph_impl::caption(const string& newCaption) { - _caption = QString::fromUtf8(newCaption.c_str()); + _caption = TQString::fromUtf8(newCaption.c_str()); // FIXME: do something with the caption here } |