From 1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:00 -0600 Subject: Remove spurious TQ_OBJECT instances --- kalzium/src/plotwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalzium/src/plotwidget.h') diff --git a/kalzium/src/plotwidget.h b/kalzium/src/plotwidget.h index a836a462..9f4142d9 100644 --- a/kalzium/src/plotwidget.h +++ b/kalzium/src/plotwidget.h @@ -24,7 +24,7 @@ class PlotWidget : public KPlotWidget { Q_OBJECT - TQ_OBJECT + public: PlotWidget( double x1 = 0.0, double x2 = 0.0, double y1 = 0.0, double y2 = 0.0, TQWidget *parent=0 , const char *name =0 ); -- cgit v1.2.1