summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_canvas.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:11 -0600
commit94844816550ad672ccfcdc25659c625546239998 (patch)
treee35fc60fd736c645d59f6408af032774ad8023d3 /kspread/kspread_canvas.h
parent2a811c38c74c03648ecf857e566c44483cbad706 (diff)
downloadkoffice-94844816550ad672ccfcdc25659c625546239998.tar.gz
koffice-94844816550ad672ccfcdc25659c625546239998.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kspread/kspread_canvas.h')
-rw-r--r--kspread/kspread_canvas.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kspread/kspread_canvas.h b/kspread/kspread_canvas.h
index f5aa6746..ea7e3dd1 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 tqlayout is managed there,
+ // Created by the view since it's layout 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 tqlayout = true );
+ void finishResizeObject( const TQString &name, bool layout = true );
/**
* @brief Display object above the other objects in editiong mode
@@ -444,7 +444,7 @@ private:
TQRect cellsInArea( const TQRect area ) const;
/**
- * Paints the tqchildren
+ * Paints the children
*/
void paintChildren( TQPainter& painter, TQWMatrix& matrix );
@@ -586,7 +586,7 @@ public:
void updateColumns( int from, int to );
- TQSize tqsizeHint() const;
+ TQSize sizeHint() const;
private slots:
void doAutoScroll();
@@ -672,7 +672,7 @@ public:
void equalizeRow( double resize );
void updateRows( int from, int to );
- TQSize tqsizeHint() const;
+ TQSize sizeHint() const;
private slots:
void doAutoScroll();