diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:31 -0600 |
commit | c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 (patch) | |
tree | 1ee1912ac4bb966475f0db0f2a78678661b4b4a5 /kspread/kspread_doc.h | |
parent | 94844816550ad672ccfcdc25659c625546239998 (diff) | |
download | koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.tar.gz koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 94844816550ad672ccfcdc25659c625546239998.
Diffstat (limited to 'kspread/kspread_doc.h')
-rw-r--r-- | kspread/kspread_doc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kspread/kspread_doc.h b/kspread/kspread_doc.h index 64d1fbf5..63320a96 100644 --- a/kspread/kspread_doc.h +++ b/kspread/kspread_doc.h @@ -565,7 +565,7 @@ public: virtual void emitBeginOperation(); /** - * Mark the end of an operation and triggers a repaint of any cells or regions of cells which + * Mark the end of an operation and triggers a tqrepaint of any cells or regions of cells which * have been marked as 'dirty' via calls to Sheet::setRegionPaintDirty * See above comment to emitBeginOperation(bool). */ @@ -640,10 +640,10 @@ public: void loadConfigFromFile(); bool configLoadFromFile() const; - // repaint (update) all views - void repaint( const TQRect& ); - void repaint( EmbeddedObject* ); - void repaint( const KoRect& ); + // tqrepaint (update) all views + void tqrepaint( const TQRect& ); + void tqrepaint( EmbeddedObject* ); + void tqrepaint( const KoRect& ); virtual void addShell( KoMainWindow *shell ); |