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 0719f8bc1..503191d04 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 1cff20520..dece720d2 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 ); |