diff options
Diffstat (limited to 'arts/gui/kde/kgraph.h')
-rw-r--r-- | arts/gui/kde/kgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kgraph.h b/arts/gui/kde/kgraph.h index e9f772ff..a1904aa1 100644 --- a/arts/gui/kde/kgraph.h +++ b/arts/gui/kde/kgraph.h @@ -47,7 +47,7 @@ protected: inline GraphPoint q2gPoint(const TQPoint &qp); inline TQPoint g2qPoint(const GraphPoint &gp); public: - KGraph( TQWidget * tqparent = 0, const char * name = 0 ); + KGraph( TQWidget * parent = 0, const char * name = 0 ); virtual ~KGraph(); void addLine(Arts::KGraphLine_impl *line); |