diff options
Diffstat (limited to 'src/gui/widgets/QDeferScrollView.h')
-rw-r--r-- | src/gui/widgets/QDeferScrollView.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gui/widgets/QDeferScrollView.h b/src/gui/widgets/QDeferScrollView.h index 9ba02a9..d9a1d36 100644 --- a/src/gui/widgets/QDeferScrollView.h +++ b/src/gui/widgets/QDeferScrollView.h @@ -23,8 +23,8 @@ COPYING included with this distribution for more information. */ -#ifndef _RG_QDEFERSCROLLVIEW_H_ -#define _RG_QDEFERSCROLLVIEW_H_ +#ifndef _RG_TQDEFERSCROLLVIEW_H_ +#define _RG_TQDEFERSCROLLVIEW_H_ #include <tqscrollview.h> @@ -53,11 +53,12 @@ namespace Rosegarden * @see SegmentCanvas * @see TrackEditor::m_trackButtonScroll */ -class QDeferScrollView : public QScrollView +class QDeferScrollView : public TQScrollView { Q_OBJECT + TQ_OBJECT public: - QDeferScrollView(TQWidget* parent=0, const char *name=0, WFlags f=0); + QDeferScrollView(TQWidget* tqparent=0, const char *name=0, WFlags f=0); void setBottomMargin(int); |