diff options
Diffstat (limited to 'kword/KWCommand.h')
-rw-r--r-- | kword/KWCommand.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kword/KWCommand.h b/kword/KWCommand.h index a3272104..7c905fb3 100644 --- a/kword/KWCommand.h +++ b/kword/KWCommand.h @@ -152,7 +152,7 @@ protected: class KWFrameStyleCommand : public KNamedCommand { public: - KWFrameStyleCommand( const TQString &name, KWFrame *_frame, KWFrameStyle *_fs, bool _tqrepaintViews = true ); + KWFrameStyleCommand( const TQString &name, KWFrame *_frame, KWFrameStyle *_fs, bool _repaintViews = true ); ~ KWFrameStyleCommand() { if (m_oldValues) delete m_oldValues; } void execute(); @@ -163,7 +163,7 @@ protected: KWFrame *m_frame ; KWFrameStyle * m_fs; KWFrameStyle * m_oldValues; - bool tqrepaintViews; + bool repaintViews; }; @@ -173,7 +173,7 @@ protected: class KWTableStyleCommand : public KNamedCommand { public: - KWTableStyleCommand( const TQString &name, KWFrame *_frame, KWTableStyle *_ts, bool _tqrepaintViews = true ); + KWTableStyleCommand( const TQString &name, KWFrame *_frame, KWTableStyle *_ts, bool _repaintViews = true ); ~ KWTableStyleCommand(); void execute(); @@ -184,7 +184,7 @@ protected: KWTableStyle * m_ts; KWFrameStyleCommand * m_fsc; KCommand * m_sc; - bool tqrepaintViews; + bool repaintViews; }; /** |