summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/pdoublenuminput.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:38:34 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:38:34 -0500
commitffc74f031874e3823f212e40a03cb9f25091cb5f (patch)
tree8fee0733f8a83b667665175fabc47269cb093a7c /lib/widgets/propeditor/pdoublenuminput.h
parent70a3c0d90bf27c502ec710042250d51e2eb8bd99 (diff)
downloadtdevelop-ffc74f031874e3823f212e40a03cb9f25091cb5f.tar.gz
tdevelop-ffc74f031874e3823f212e40a03cb9f25091cb5f.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'lib/widgets/propeditor/pdoublenuminput.h')
-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 a26c2b0f..a398c498 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);