diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:45 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:45 -0600 |
| commit | c97367ce4f0e465de236acd5e8e59cef08ada0ce (patch) | |
| tree | 52d33a19bf5ee6018572cd95ef0a32f4246df15c /src/gui/dialogs/IntervalDialog.h | |
| parent | 6c5563b774ff6d926703282d34031a32d75d0c2f (diff) | |
| download | rosegarden-c97367ce4f0e465de236acd5e8e59cef08ada0ce.tar.gz rosegarden-c97367ce4f0e465de236acd5e8e59cef08ada0ce.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/gui/dialogs/IntervalDialog.h')
| -rw-r--r-- | src/gui/dialogs/IntervalDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/IntervalDialog.h b/src/gui/dialogs/IntervalDialog.h index 3306fb4..4e41fd8 100644 --- a/src/gui/dialogs/IntervalDialog.h +++ b/src/gui/dialogs/IntervalDialog.h @@ -47,7 +47,7 @@ class RosegardenGUIDoc; class IntervalDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: IntervalDialog(TQWidget *parent, bool askChangeKey = false, bool askTransposeSegmentBack = false); |
