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.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/gui/editors/notation/FontViewFrame.h b/src/gui/editors/notation/FontViewFrame.h
index 8a1a946..a344fc1 100644
--- a/src/gui/editors/notation/FontViewFrame.h
+++ b/src/gui/editors/notation/FontViewFrame.h
@@ -26,13 +26,13 @@
#ifndef _RG_FONTVIEWFRAME_H_
#define _RG_FONTVIEWFRAME_H_
-#include <qframe.h>
-#include <qsize.h>
-#include <qstring.h>
+#include <tqframe.h>
+#include <tqsize.h>
+#include <tqstring.h>
-class QWidget;
-class QPaintEvent;
+class TQWidget;
+class TQPaintEvent;
namespace Rosegarden
@@ -45,24 +45,24 @@ class FontViewFrame : public QFrame
Q_OBJECT
public:
- FontViewFrame(int pixelSize, QWidget *parent = 0, const char *name = 0);
+ FontViewFrame(int pixelSize, TQWidget *parent = 0, const char *name = 0);
virtual ~FontViewFrame();
- QSize sizeHint() const;
+ TQSize sizeHint() const;
bool hasRow(int row) const;
public slots:
- void setFont(QString name);
+ void setFont(TQString name);
void setRow(int);
void setGlyphs(bool glyphs);
protected:
- QSize cellSize() const;
- void paintEvent( QPaintEvent* );
+ TQSize cellSize() const;
+ void paintEvent( TQPaintEvent* );
void loadFont();
private:
- QString m_fontName;
+ TQString m_fontName;
int m_fontSize;
void *m_tableFont;
int m_row;