summaryrefslogtreecommitdiffstats
path: root/src/gui/studio/NameSetEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/studio/NameSetEditor.h')
-rw-r--r--src/gui/studio/NameSetEditor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/studio/NameSetEditor.h b/src/gui/studio/NameSetEditor.h
index 8fd33ef..cef94a2 100644
--- a/src/gui/studio/NameSetEditor.h
+++ b/src/gui/studio/NameSetEditor.h
@@ -47,9 +47,10 @@ namespace Rosegarden
class BankEditorDialog;
-class NameSetEditor : public QVGroupBox
+class NameSetEditor : public TQVGroupBox
{
Q_OBJECT
+ TQ_OBJECT
public:
virtual void clearAll() = 0;
@@ -64,7 +65,7 @@ public slots:
protected:
NameSetEditor(BankEditorDialog *bankEditor,
TQString title,
- TQWidget *parent,
+ TQWidget *tqparent,
const char *name,
TQString headingPrefix = "",
bool showEntryButtons = false);