summaryrefslogtreecommitdiffstats
path: root/src/document/XmlStorableEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document/XmlStorableEvent.h')
-rw-r--r--src/document/XmlStorableEvent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/document/XmlStorableEvent.h b/src/document/XmlStorableEvent.h
index 197c9cb..f9ab57f 100644
--- a/src/document/XmlStorableEvent.h
+++ b/src/document/XmlStorableEvent.h
@@ -27,10 +27,10 @@
#define _RG_XMLSTORABLEEVENT_H_
#include "base/Event.h"
-#include <qxml.h>
+#include <tqxml.h>
-class QXmlAttributes;
+class TQXmlAttributes;
namespace Rosegarden
@@ -54,7 +54,7 @@ public:
* attributes include absoluteTime or timeOffset, update the given
* absoluteTime reference accordingly.
*/
- XmlStorableEvent(const QXmlAttributes& atts,
+ XmlStorableEvent(const TQXmlAttributes& atts,
timeT &absoluteTime);
/**
@@ -65,7 +65,7 @@ public:
/**
* Set a property from the XML attributes \a atts
*/
- void setPropertyFromAttributes(const QXmlAttributes& atts,
+ void setPropertyFromAttributes(const TQXmlAttributes& atts,
bool persistent);
};