summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:38:34 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-17 18:35:36 +0100
commita660674175fc38adc9a3d232e619cd856034b875 (patch)
treec246be2e75a2577ade93ed03c3bac231e83109bd /lib/widgets/propeditor
parent236c8d66c5bbcb9b3790de5f032699f12a95d990 (diff)
downloadtdevelop-a660674175fc38adc9a3d232e619cd856034b875.tar.gz
tdevelop-a660674175fc38adc9a3d232e619cd856034b875.zip
Fix inadvertent tqt changes.
(cherry picked from commit ffc74f031874e3823f212e40a03cb9f25091cb5f)
Diffstat (limited to 'lib/widgets/propeditor')
-rw-r--r--lib/widgets/propeditor/pdoublenuminput.h2
1 files changed, 1 insertions, 1 deletions
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);