diff options
Diffstat (limited to 'karbon/karbon_part.h')
-rw-r--r-- | karbon/karbon_part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/karbon_part.h b/karbon/karbon_part.h index 328eab89..9c9ae91a 100644 --- a/karbon/karbon_part.h +++ b/karbon/karbon_part.h @@ -102,7 +102,7 @@ public: void initConfig(); unsigned int maxRecentFiles() const { return m_maxRecentFiles; } - void setPageLayout( KoPageLayout& tqlayout, KoUnit::Unit _unit ); + void setPageLayout( KoPageLayout& layout, KoUnit::Unit _unit ); bool mergeNativeFormat( const TQString & file ); |