diff options
Diffstat (limited to 'libtdeedu/tdeeduplot/kplotwidget.h')
-rw-r--r-- | libtdeedu/tdeeduplot/kplotwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/tdeeduplot/kplotwidget.h b/libtdeedu/tdeeduplot/kplotwidget.h index 7dd3f1f4..fd3504df 100644 --- a/libtdeedu/tdeeduplot/kplotwidget.h +++ b/libtdeedu/tdeeduplot/kplotwidget.h @@ -40,7 +40,7 @@ class TQPixmap; class KDE_EXPORT KPlotWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /**@short Constructor. Sets the primary x and y limits in data units. *@param x1 the minimum X value in data units |