summaryrefslogtreecommitdiffstats
path: root/src/sound/PluginIdentifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/PluginIdentifier.cpp')
-rw-r--r--src/sound/PluginIdentifier.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/PluginIdentifier.cpp b/src/sound/PluginIdentifier.cpp
index bd2f96c..a22598c 100644
--- a/src/sound/PluginIdentifier.cpp
+++ b/src/sound/PluginIdentifier.cpp
@@ -25,7 +25,7 @@
namespace Rosegarden
{
-QString
+TQString
PluginIdentifier::createIdentifier(TQString type,
TQString soName,
TQString label)
@@ -65,7 +65,7 @@ PluginIdentifier::areIdentifiersSimilar(TQString id1, TQString id2)
// The prefix of this key is also used as a literal in base/AudioPluginInstance.C.
// If you change one, change the other.
// Better still, don't change one.
-QString
+TQString
PluginIdentifier::RESERVED_PROJECT_DIRECTORY_KEY = "__ROSEGARDEN__:__RESERVED__:ProjectDirectoryKey";
}