diff options
Diffstat (limited to 'libtdeedu/tdeeduplot')
-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 fd3504df..d76ef473 100644 --- a/libtdeedu/tdeeduplot/kplotwidget.h +++ b/libtdeedu/tdeeduplot/kplotwidget.h @@ -39,7 +39,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. |