diff options
Diffstat (limited to 'src/gui/widgets/ScrollBox.h')
-rw-r--r-- | src/gui/widgets/ScrollBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/ScrollBox.h b/src/gui/widgets/ScrollBox.h index e9dab4d..3683bdb 100644 --- a/src/gui/widgets/ScrollBox.h +++ b/src/gui/widgets/ScrollBox.h @@ -47,7 +47,7 @@ namespace Rosegarden class ScrollBox: public TQFrame { Q_OBJECT - TQ_OBJECT + public: enum SizeMode { FixWidth, FixHeight }; |