summaryrefslogtreecommitdiffstats
path: root/src/commands/edit/MoveAcrossSegmentsCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/edit/MoveAcrossSegmentsCommand.h')
-rw-r--r--src/commands/edit/MoveAcrossSegmentsCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/MoveAcrossSegmentsCommand.h b/src/commands/edit/MoveAcrossSegmentsCommand.h
index ac3ee39..de4fca2 100644
--- a/src/commands/edit/MoveAcrossSegmentsCommand.h
+++ b/src/commands/edit/MoveAcrossSegmentsCommand.h
@@ -26,7 +26,7 @@
#ifndef _RG_MOVEACROSSSEGMENTSCOMMAND_H_
#define _RG_MOVEACROSSSEGMENTSCOMMAND_H_
-#include <qstring.h>
+#include <tqstring.h>
#include "base/Event.h"
#include <kcommand.h>
@@ -50,7 +50,7 @@ public:
EventSelection &selection);
virtual ~MoveAcrossSegmentsCommand();
- static QString getGlobalName();
+ static TQString getGlobalName();
private:
Clipboard *m_clipboard;