diff options
Diffstat (limited to 'kpresenter/KPrCommand.h')
-rw-r--r-- | kpresenter/KPrCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrCommand.h b/kpresenter/KPrCommand.h index 4a4cc0ec..cc22d2c2 100644 --- a/kpresenter/KPrCommand.h +++ b/kpresenter/KPrCommand.h @@ -543,7 +543,7 @@ public: protected: KPrDocument *m_doc; - KoPageLayout tqlayout, oldLayout; + KoPageLayout layout, oldLayout; KoUnit::Unit unit, oldUnit; }; |