summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kgraphline_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kgraphline_impl.cpp')
-rw-r--r--arts/gui/kde/kgraphline_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kgraphline_impl.cpp b/arts/gui/kde/kgraphline_impl.cpp
index affb5fc2..ccb6ed1f 100644
--- a/arts/gui/kde/kgraphline_impl.cpp
+++ b/arts/gui/kde/kgraphline_impl.cpp
@@ -112,7 +112,7 @@ void KGraphLine_impl::points(const vector<GraphPoint>& newPoints)
KGraph *KGraphLine_impl::getKGraph()
{
- QWidget *widget = KWidgetRepo::the()->lookupQWidget(_graphID);
+ TQWidget *widget = KWidgetRepo::the()->lookupQWidget(_graphID);
if(!widget)
return 0;