summaryrefslogtreecommitdiffstats
path: root/src/document/io/HydrogenLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document/io/HydrogenLoader.h')
-rw-r--r--src/document/io/HydrogenLoader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/document/io/HydrogenLoader.h b/src/document/io/HydrogenLoader.h
index f0cd724..bd3cffb 100644
--- a/src/document/io/HydrogenLoader.h
+++ b/src/document/io/HydrogenLoader.h
@@ -32,8 +32,8 @@
#include <vector>
-class QString;
-class QObject;
+class TQString;
+class TQObject;
namespace Rosegarden
@@ -54,14 +54,14 @@ class HydrogenLoader : public ProgressReporter
{
public:
HydrogenLoader(Studio *,
- QObject *parent = 0, const char *name = 0);
+ TQObject *parent = 0, const char *name = 0);
/**
* Load and parse the Hydrogen file \a fileName, and write it into the
* given Composition (clearing the existing segment data first).
* Return true for success.
*/
- bool load(const QString& fileName, Composition &);
+ bool load(const TQString& fileName, Composition &);
protected:
Composition *m_composition;