summaryrefslogtreecommitdiffstats
path: root/src/commands/edit/PasteEventsCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/edit/PasteEventsCommand.h')
-rw-r--r--src/commands/edit/PasteEventsCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/edit/PasteEventsCommand.h b/src/commands/edit/PasteEventsCommand.h
index 3a26b25..66aea6d 100644
--- a/src/commands/edit/PasteEventsCommand.h
+++ b/src/commands/edit/PasteEventsCommand.h
@@ -29,7 +29,7 @@
#include "document/BasicCommand.h"
#include "base/Selection.h"
#include <map>
-#include <qstring.h>
+#include <tqstring.h>
#include "base/Event.h"
#include <klocale.h>
@@ -56,7 +56,7 @@ public:
MatrixOverlay // overlay raw matrix-style
};
- typedef std::map<PasteType, QString> PasteTypeMap;
+ typedef std::map<PasteType, TQString> PasteTypeMap;
static PasteTypeMap getPasteTypes(); // type, descrip
/**
@@ -87,7 +87,7 @@ public:
EventSelection getPastedEvents();
- static QString getGlobalName() { return i18n("&Paste"); }
+ static TQString getGlobalName() { return i18n("&Paste"); }
/// Determine whether this paste will succeed (without executing it yet)
bool isPossible();