summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/notation/FontViewFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/notation/FontViewFrame.h')
-rw-r--r--src/gui/editors/notation/FontViewFrame.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/editors/notation/FontViewFrame.h b/src/gui/editors/notation/FontViewFrame.h
index a344fc1..524e393 100644
--- a/src/gui/editors/notation/FontViewFrame.h
+++ b/src/gui/editors/notation/FontViewFrame.h
@@ -40,15 +40,16 @@ namespace Rosegarden
-class FontViewFrame : public QFrame
+class FontViewFrame : public TQFrame
{
Q_OBJECT
+ TQ_OBJECT
public:
- FontViewFrame(int pixelSize, TQWidget *parent = 0, const char *name = 0);
+ FontViewFrame(int pixelSize, TQWidget *tqparent = 0, const char *name = 0);
virtual ~FontViewFrame();
- TQSize sizeHint() const;
+ TQSize tqsizeHint() const;
bool hasRow(int row) const;
public slots: