summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kgraph_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kgraph_impl.h')
-rw-r--r--arts/gui/kde/kgraph_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kgraph_impl.h b/arts/gui/kde/kgraph_impl.h
index 408ad961..2a603208 100644
--- a/arts/gui/kde/kgraph_impl.h
+++ b/arts/gui/kde/kgraph_impl.h
@@ -44,7 +44,7 @@ protected:
public:
KGraph_impl( KGraph * w = 0 );
- void constructor( Widget p ) { parent( p ); }
+ void constructor( Widget p ) { tqparent( p ); }
std::string caption();
void caption(const std::string& newCaption);