summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_cell.h')
-rw-r--r--kspread/kspread_cell.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kspread/kspread_cell.h b/kspread/kspread_cell.h
index 5831d717c..500804f3d 100644
--- a/kspread/kspread_cell.h
+++ b/kspread/kspread_cell.h
@@ -270,7 +270,7 @@ public:
void move( int column, int row );
/**
- * This method notifies the cell that the tqparent sheet is being deleted.
+ * This method notifies the cell that the parent sheet is being deleted.
*/
// Note: This used to remove any links from this cell to other cells. However, this caused a problem
// in other parts of the code which relied upon walking from one cell to the next using
@@ -990,9 +990,9 @@ protected:
/**
* Load the text paragraphs from an OASIS XML cell description.
- * @param tqparent The DOM element representing the cell.
+ * @param parent The DOM element representing the cell.
*/
- void loadOasisCellText( const TQDomElement& tqparent );
+ void loadOasisCellText( const TQDomElement& parent );
void loadOasisObjects( const TQDomElement& e, KoOasisLoadingContext& oasisContext );
void loadOasisValidation( const TQString& validationName );
@@ -1063,7 +1063,7 @@ private:
/** handle the fact that a cell has been updated - calls cellUpdated()
- in the tqparent Sheet object */
+ in the parent Sheet object */
void valueChanged ();
/* helper functions to the makeLayout(...) function */