diff options
Diffstat (limited to 'kword/KWTableFrameSet.h')
-rw-r--r-- | kword/KWTableFrameSet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWTableFrameSet.h b/kword/KWTableFrameSet.h index e379f3b6..f2a5803c 100644 --- a/kword/KWTableFrameSet.h +++ b/kword/KWTableFrameSet.h @@ -472,7 +472,7 @@ public: ulong & sentences, ulong & syllables,ulong & lines, bool selected ); virtual void finalize(); - virtual void tqinvalidate(); + virtual void invalidate(); 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 tqrepaint = true ); + virtual void createAnchors( KoTextParag * parag, int index, bool placeHolderExists = false, bool repaint = true ); private: void addCellToArray( Cell* cell ); |