summaryrefslogtreecommitdiffstats
path: root/kword/KWTableFrameSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWTableFrameSet.h')
-rw-r--r--kword/KWTableFrameSet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWTableFrameSet.h b/kword/KWTableFrameSet.h
index d5fdea1a..e379f3b6 100644
--- a/kword/KWTableFrameSet.h
+++ b/kword/KWTableFrameSet.h
@@ -472,8 +472,8 @@ public:
ulong & sentences, ulong & syllables,ulong & lines, bool selected );
virtual void finalize();
- virtual void invalidate();
- virtual void layout();
+ virtual void tqinvalidate();
+ virtual void tqlayout();
virtual void updateFrames( int flags = 0xff );
@@ -520,7 +520,7 @@ protected:
/// \overload KWFrameSet::deleteAnchors
virtual void deleteAnchors();
/// \overload KWFrameSet::createAnchors
- virtual void createAnchors( KoTextParag * parag, int index, bool placeHolderExists = false, bool repaint = true );
+ virtual void createAnchors( KoTextParag * parag, int index, bool placeHolderExists = false, bool tqrepaint = true );
private:
void addCellToArray( Cell* cell );