summaryrefslogtreecommitdiffstats
path: root/src/commands/edit
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-04-13 02:44:27 -0500
committerDarrell Anderson <[email protected]>2012-04-13 02:44:27 -0500
commit4a9d4beee6be253aff4f6d3c8fca4225b14e66cb (patch)
treecf98aea505b9daac7096c830ffc0397f168e5e0f /src/commands/edit
parent83a1c06d5545f2d076a75fd92a74b8d19c13e9a0 (diff)
downloadrosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.tar.gz
rosegarden-4a9d4beee6be253aff4f6d3c8fca4225b14e66cb.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'src/commands/edit')
-rw-r--r--src/commands/edit/EventQuantizeCommand.h4
-rw-r--r--src/commands/edit/EventUnquantizeCommand.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/commands/edit/EventQuantizeCommand.h b/src/commands/edit/EventQuantizeCommand.h
index fcda69e..09ae1a7 100644
--- a/src/commands/edit/EventQuantizeCommand.h
+++ b/src/commands/edit/EventQuantizeCommand.h
@@ -23,8 +23,8 @@
COPYING included with this distribution for more information.
*/
-#ifndef _RG_EVENTQUANTIZECOMMAND_H_
-#define _RG_EVENTQUANTIZECOMMAND_H_
+#ifndef _RG_EVENQUANTIZECOMMAND_H_
+#define _RG_EVENQUANTIZECOMMAND_H_
#include "document/BasicCommand.h"
#include <tqobject.h>
diff --git a/src/commands/edit/EventUnquantizeCommand.h b/src/commands/edit/EventUnquantizeCommand.h
index 9bb2718..4203726 100644
--- a/src/commands/edit/EventUnquantizeCommand.h
+++ b/src/commands/edit/EventUnquantizeCommand.h
@@ -23,8 +23,8 @@
COPYING included with this distribution for more information.
*/
-#ifndef _RG_EVENTUNTQUANTIZECOMMAND_H_
-#define _RG_EVENTUNTQUANTIZECOMMAND_H_
+#ifndef _RG_EVENTUNQUANTIZECOMMAND_H_
+#define _RG_EVENTUNQUANTIZECOMMAND_H_
#include "document/BasicCommand.h"
#include <tqstring.h>