diff options
Diffstat (limited to 'tdeui/karrowbutton.h')
-rw-r--r-- | tdeui/karrowbutton.h | 2 |
1 files changed, 1 insertions, 1 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: |