summaryrefslogtreecommitdiffstats
path: root/src/document/RosegardenGUIDoc.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:33:46 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:33:46 -0600
commit4faf11eccc5f08d2aa0540157d6eff80b7cdb02a (patch)
tree19bc4d69423c21bcde8ac0cb6fcb11146ae19137 /src/document/RosegardenGUIDoc.h
parente6d6692eda797b10f322a83ffdcf23fca719709e (diff)
downloadrosegarden-4faf11eccc5f08d2aa0540157d6eff80b7cdb02a.tar.gz
rosegarden-4faf11eccc5f08d2aa0540157d6eff80b7cdb02a.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/document/RosegardenGUIDoc.h')
-rw-r--r--src/document/RosegardenGUIDoc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/document/RosegardenGUIDoc.h b/src/document/RosegardenGUIDoc.h
index 1218673..c2b348d 100644
--- a/src/document/RosegardenGUIDoc.h
+++ b/src/document/RosegardenGUIDoc.h
@@ -147,7 +147,7 @@ protected:
* action on the view connected to the document.
*
* this is just an accessor, other components should call
- * slotDocumentModified() and clearModifiedtqStatus() instead of
+ * slotDocumentModified() and clearModifiedStatus() instead of
* this method, which perform all the related housework.
*
*/
@@ -164,7 +164,7 @@ public:
* clears the 'modified' status of the document (sets it back to false).
*
*/
- void clearModifiedtqStatus();
+ void clearModifiedStatus();
/**
* "save modified" - asks the user for saving if the document is
@@ -447,7 +447,7 @@ public:
public slots:
/**
- * calls tqrepaint() on all views connected to the document object
+ * calls repaint() on all views connected to the document object
* and is called by the view by which the document has been
* changed. As this view normally repaints itself, it is excluded
* from the paintEvent.