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 933c7e2..719367f 100644 --- a/src/gui/ratingwidget.h +++ b/src/gui/ratingwidget.h @@ -31,7 +31,7 @@ namespace Tellico { * @author Robby Stephenson */ class RatingWidget : public TQHBox { -Q_OBJECT +TQ_OBJECT typedef TQPtrList<TQLabel> LabelList; |