summaryrefslogtreecommitdiffstats
path: root/kword/KWFrameSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFrameSet.h')
-rw-r--r--kword/KWFrameSet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWFrameSet.h b/kword/KWFrameSet.h
index b714d96db..7218abe76 100644
--- a/kword/KWFrameSet.h
+++ b/kword/KWFrameSet.h
@@ -299,7 +299,7 @@ public:
};
/**
* Called when our frames change, or when another frameset's frames change.
- * Framesets can reimplement it, but should always call the tqparent method.
+ * Framesets can reimplement it, but should always call the parent method.
*/
virtual void updateFrames( int flags = 0xff );
@@ -337,7 +337,7 @@ public:
//virtual void preparePrinting( TQPainter *, TQProgressDialog *, int & ) { }
/** Called once the frameset has been completely loaded or constructed.
- * The default implementation calls updateFrames() and zoom(). Call the tqparent :) */
+ * The default implementation calls updateFrames() and zoom(). Call the parent :) */
virtual void finalize();
virtual int paragraphs() { return 0; }
@@ -390,7 +390,7 @@ public:
virtual KoSize floatingFrameSize( int frameNum = 0 );
/** Get the rect of the "floating frame" identified by frameNum,
in coordinates RELATIVE TO THE PARENT FRAMESET.
- This is especially important for multi-tqparent inline frames. */
+ This is especially important for multi-parent inline frames. */
KoRect floatingFrameRect( int frameNum = 0 );
/** Get the 'baseline' to use for the "floating frame" identified by frameNum.
-1 means same as the height (usual case) */