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.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/gui/general/PresetGroup.h b/src/gui/general/PresetGroup.h
index 476a878..5397838 100644
--- a/src/gui/general/PresetGroup.h
+++ b/src/gui/general/PresetGroup.h
@@ -31,12 +31,12 @@
#include "base/Exception.h"
#include "CategoryElement.h"
-#include <qstring.h>
-#include <qxml.h>
+#include <tqstring.h>
+#include <tqxml.h>
-class QXmlParseException;
-class QXmlAttributes;
+class TQXmlParseException;
+class TQXmlAttributes;
namespace Rosegarden
@@ -59,14 +59,14 @@ public:
// Xml handler methods:
- virtual bool startElement (const QString& namespaceURI, const QString& localName,
- const QString& qName, const QXmlAttributes& atts);
+ virtual bool startElement (const TQString& namespaceURI, const TQString& localName,
+ const TQString& qName, const TQXmlAttributes& atts);
- bool error(const QXmlParseException& exception);
- bool fatalError(const QXmlParseException& exception);
+ bool error(const TQXmlParseException& exception);
+ bool fatalError(const TQXmlParseException& exception);
// I don't think I have anything to do with this, but it must return true?
-// bool characters(const QString &) { return true; }
+// bool characters(const TQString &) { return true; }
private:
@@ -74,11 +74,11 @@ private:
CategoriesContainer m_categories;
// For use when reading the XML file:
- QString m_errorString;
- QString m_presetDirectory;
+ TQString m_errorString;
+ TQString m_presetDirectory;
- QString m_elCategoryName;
- QString m_elInstrumentName;
+ TQString m_elCategoryName;
+ TQString m_elInstrumentName;
int m_elClef;
int m_elTranspose;
int m_elLowAm;