summaryrefslogtreecommitdiffstats
path: root/src/commands/edit/EventEditCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/edit/EventEditCommand.h')
-rw-r--r--src/commands/edit/EventEditCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/edit/EventEditCommand.h b/src/commands/edit/EventEditCommand.h
index 5f22a1e..53abf73 100644
--- a/src/commands/edit/EventEditCommand.h
+++ b/src/commands/edit/EventEditCommand.h
@@ -28,7 +28,7 @@
#include "base/Event.h"
#include "document/BasicCommand.h"
-#include <qstring.h>
+#include <tqstring.h>
#include <klocale.h>
@@ -52,7 +52,7 @@ public:
Event *eventToModify,
const Event &newEvent);
- static QString getGlobalName() { return i18n("Edit E&vent"); }
+ static TQString getGlobalName() { return i18n("Edit E&vent"); }
protected:
virtual void modifySegment();