summaryrefslogtreecommitdiffstats
path: root/src/document
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:01:45 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:01:45 -0600
commitc97367ce4f0e465de236acd5e8e59cef08ada0ce (patch)
tree52d33a19bf5ee6018572cd95ef0a32f4246df15c /src/document
parent6c5563b774ff6d926703282d34031a32d75d0c2f (diff)
downloadrosegarden-c97367ce4f0e465de236acd5e8e59cef08ada0ce.tar.gz
rosegarden-c97367ce4f0e465de236acd5e8e59cef08ada0ce.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/document')
-rw-r--r--src/document/MultiViewCommandHistory.h2
-rw-r--r--src/document/RosegardenGUIDoc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/document/MultiViewCommandHistory.h b/src/document/MultiViewCommandHistory.h
index 5341f56..0febb10 100644
--- a/src/document/MultiViewCommandHistory.h
+++ b/src/document/MultiViewCommandHistory.h
@@ -56,7 +56,7 @@ namespace Rosegarden
class MultiViewCommandHistory : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
MultiViewCommandHistory();
diff --git a/src/document/RosegardenGUIDoc.h b/src/document/RosegardenGUIDoc.h
index c2b348d..32ce73d 100644
--- a/src/document/RosegardenGUIDoc.h
+++ b/src/document/RosegardenGUIDoc.h
@@ -90,7 +90,7 @@ static const int MERGE_KEEP_NEW_TIMINGS = (1 << 3);
class RosegardenGUIDoc : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**