summaryrefslogtreecommitdiffstats
path: root/src/document/BasicSelectionCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document/BasicSelectionCommand.h')
-rw-r--r--src/document/BasicSelectionCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/document/BasicSelectionCommand.h b/src/document/BasicSelectionCommand.h
index 825955d..9e1270e 100644
--- a/src/document/BasicSelectionCommand.h
+++ b/src/document/BasicSelectionCommand.h
@@ -29,7 +29,7 @@
#include "BasicCommand.h"
-class QString;
+class TQString;
namespace Rosegarden
@@ -51,12 +51,12 @@ public:
protected:
/// selection from segment
- BasicSelectionCommand(const QString &name,
+ BasicSelectionCommand(const TQString &name,
EventSelection &selection,
bool bruteForceRedoRequired = false);
/// entire segment
- BasicSelectionCommand(const QString &name,
+ BasicSelectionCommand(const TQString &name,
Segment &segment,
bool bruteForceRedoRequired = false);
};