diff options
Diffstat (limited to 'kpresenter/KPrDocument.h')
-rw-r--r-- | kpresenter/KPrDocument.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrDocument.h b/kpresenter/KPrDocument.h index e1ae80e3..3584e372 100644 --- a/kpresenter/KPrDocument.h +++ b/kpresenter/KPrDocument.h @@ -166,7 +166,7 @@ class KPrDocument : public KoDocument virtual void addView( KoView *_view ); virtual void removeView( KoView *_view ); - // page tqlayout + // page layout void setPageLayout( const KoPageLayout &); virtual TQPixmap generatePreview( const TQSize &size ); @@ -461,8 +461,8 @@ class KPrDocument : public KoDocument KoCommandHistory * commandHistory()const { return m_commandHistory; } void updateObjectStatusBarItem(); void updateObjectSelected(); - void tqlayout(KPrObject *kpobject); - void tqlayout(); + void layout(KPrObject *kpobject); + void layout(); void changeBgSpellCheckingState( bool b ); bool cursorInProtectedArea()const; |