diff options
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/karrowbutton.h | 2 | ||||
-rw-r--r-- | tdeui/knuminput.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/karrowbutton.h b/tdeui/karrowbutton.h index e2b82198b..df25c69eb 100644 --- a/tdeui/karrowbutton.h +++ b/tdeui/karrowbutton.h @@ -67,7 +67,7 @@ class TDEUI_EXPORT KArrowButton : public TQPushButton */ Qt::ArrowType arrowType() const; - // hacks for tqmoc braindamages with enums + // hacks for moc braindamages with enums int arrowTp() const { return (int) arrowType(); } void setArrowTp( int tp ) { setArrowType( (Qt::ArrowType) tp ); } public slots: diff --git a/tdeui/knuminput.h b/tdeui/knuminput.h index ce8a979ed..9b7121e79 100644 --- a/tdeui/knuminput.h +++ b/tdeui/knuminput.h @@ -876,7 +876,7 @@ public: int precision() const; /** Equivalent to setPrecision( @p precision, @p false ); Needed - since Qt's tqmoc doesn't ignore trailing parameters with default + since Qt's moc doesn't ignore trailing parameters with default args when searching for a property setter method. */ void setPrecision( int precision ); |