diff options
Diffstat (limited to 'src/gui/ratingwidget.h')
-rw-r--r-- | src/gui/ratingwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ratingwidget.h b/src/gui/ratingwidget.h index ff694e7..933c7e2 100644 --- a/src/gui/ratingwidget.h +++ b/src/gui/ratingwidget.h @@ -32,7 +32,7 @@ namespace Tellico { */ class RatingWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + typedef TQPtrList<TQLabel> LabelList; |