summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/ScrollBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/ScrollBox.h')
-rw-r--r--src/gui/widgets/ScrollBox.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/ScrollBox.h b/src/gui/widgets/ScrollBox.h
index ebd99a8..aeca48d 100644
--- a/src/gui/widgets/ScrollBox.h
+++ b/src/gui/widgets/ScrollBox.h
@@ -44,14 +44,15 @@ class TQMouseEvent;
namespace Rosegarden
{
-class ScrollBox: public QFrame
+class ScrollBox: public TQFrame
{
Q_OBJECT
+ TQ_OBJECT
public:
enum SizeMode { FixWidth, FixHeight };
- ScrollBox(TQWidget *parent = 0,
+ ScrollBox(TQWidget *tqparent = 0,
SizeMode mode = FixWidth,
const char *name = 0);