summaryrefslogtreecommitdiffstats
path: root/src/gui/general/PresetGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/general/PresetGroup.h')
-rw-r--r--src/gui/general/PresetGroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/general/PresetGroup.h b/src/gui/general/PresetGroup.h
index 5397838..03298b2 100644
--- a/src/gui/general/PresetGroup.h
+++ b/src/gui/general/PresetGroup.h
@@ -46,7 +46,7 @@ namespace Rosegarden
* Read presets.xml from disk and store a collection of PresetElement objects
* which can then be used to populate and run the chooser GUI
*/
-class PresetGroup : public QXmlDefaultHandler
+class PresetGroup : public TQXmlDefaultHandler
{
public:
typedef Exception PresetFileReadFailed;