summaryrefslogtreecommitdiffstats
path: root/src/commands/edit/CopyCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/edit/CopyCommand.h')
-rw-r--r--src/commands/edit/CopyCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/CopyCommand.h b/src/commands/edit/CopyCommand.h
index 29d6dc7..9f1bc1a 100644
--- a/src/commands/edit/CopyCommand.h
+++ b/src/commands/edit/CopyCommand.h
@@ -27,7 +27,7 @@
#define _RG_COPYCOMMAND_H_
#include <kcommand.h>
-#include <qstring.h>
+#include <tqstring.h>
#include "base/Event.h"
#include <klocale.h>
@@ -64,7 +64,7 @@ public:
virtual ~CopyCommand();
- static QString getGlobalName() { return i18n("&Copy"); }
+ static TQString getGlobalName() { return i18n("&Copy"); }
virtual void execute();
virtual void unexecute();