From a660674175fc38adc9a3d232e619cd856034b875 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:38:34 -0500 Subject: Fix inadvertent tqt changes. (cherry picked from commit ffc74f031874e3823f212e40a03cb9f25091cb5f) --- lib/widgets/propeditor/pdoublenuminput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/widgets/propeditor') diff --git a/lib/widgets/propeditor/pdoublenuminput.h b/lib/widgets/propeditor/pdoublenuminput.h index c3ef0d35..edf5974a 100644 --- a/lib/widgets/propeditor/pdoublenuminput.h +++ b/lib/widgets/propeditor/pdoublenuminput.h @@ -47,7 +47,7 @@ public: virtual void setValue(const TQVariant &value, bool emitChange=true); private slots: - //because of a bug in tqmoc which doesn't detect conditional slots + //because of a bug in moc which doesn't detect conditional slots //we need them both void updateProperty(double val); void updateProperty(int val); -- cgit v1.2.1