diff options
Diffstat (limited to 'kspread/kspread_canvas.h')
-rw-r--r-- | kspread/kspread_canvas.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kspread/kspread_canvas.h b/kspread/kspread_canvas.h index ea7e3dd1..f5aa6746 100644 --- a/kspread/kspread_canvas.h +++ b/kspread/kspread_canvas.h @@ -284,7 +284,7 @@ public: */ void closeEditor(); - // Created by the view since it's layout is managed there, + // Created by the view since it's tqlayout is managed there, // but is in fact a sibling of the canvas, which needs to know about it. void setEditWidget( KSpread::EditWidget * ew ); @@ -326,7 +326,7 @@ public: /// resize the m_resizeObject void resizeObject( ModifyType _modType, const KoPoint & point, bool keepRatio ); /// create KPrResizeCmd - void finishResizeObject( const TQString &name, bool layout = true ); + void finishResizeObject( const TQString &name, bool tqlayout = true ); /** * @brief Display object above the other objects in editiong mode @@ -444,7 +444,7 @@ private: TQRect cellsInArea( const TQRect area ) const; /** - * Paints the children + * Paints the tqchildren */ void paintChildren( TQPainter& painter, TQWMatrix& matrix ); @@ -586,7 +586,7 @@ public: void updateColumns( int from, int to ); - TQSize sizeHint() const; + TQSize tqsizeHint() const; private slots: void doAutoScroll(); @@ -672,7 +672,7 @@ public: void equalizeRow( double resize ); void updateRows( int from, int to ); - TQSize sizeHint() const; + TQSize tqsizeHint() const; private slots: void doAutoScroll(); |