summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_sheetprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_sheetprint.h')
-rw-r--r--kspread/kspread_sheetprint.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kspread/kspread_sheetprint.h b/kspread/kspread_sheetprint.h
index 0062476dc..1f22dc7da 100644
--- a/kspread/kspread_sheetprint.h
+++ b/kspread/kspread_sheetprint.h
@@ -148,12 +148,12 @@ public:
void setPaperOrientation(KoOrientation _orient);
/**
- * Returns the page tqlayout
+ * Returns the page layout
*/
KoPageLayout paperLayout() const;
/**
- * Changes the paper tqlayout and repaints the currently displayed Sheet.
+ * Changes the paper layout and repaints the currently displayed Sheet.
*/
void setPaperLayout( float _leftBorder, float _topBorder, float _rightBorder, float _bottomBoder,
KoFormat _paper, KoOrientation orientation );
@@ -449,7 +449,7 @@ private:
* the printing frame.
*
* @param _childOffset KoPoint used to calculate the correct position of
- * tqchildren, if there are repeated columns/rows.
+ * children, if there are repeated columns/rows.
*/
void printPage( TQPainter &_painter, const TQRect& page_range,
const KoRect& view, const KoPoint _childOffset );
@@ -492,7 +492,7 @@ private:
/**
* Returns a rect, which contains the cols and rows to be printed.
- * It respects the printrange and the tqchildren
+ * It respects the printrange and the children
*/
TQRect cellsPrintRange();