diff options
Diffstat (limited to 'kpresenter/KPrCommand.h')
-rw-r--r-- | kpresenter/KPrCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrCommand.h b/kpresenter/KPrCommand.h index 48e977ce..4a4cc0ec 100644 --- a/kpresenter/KPrCommand.h +++ b/kpresenter/KPrCommand.h @@ -31,7 +31,7 @@ #include <KoPictureCollection.h> #include <tqvaluelist.h> #include <tqpen.h> -#include <brush.h> +#include <tqbrush.h> #include <KoPageLayoutDia.h> #include <KoParagLayout.h> #include <KoTextCommand.h> @@ -543,7 +543,7 @@ public: protected: KPrDocument *m_doc; - KoPageLayout layout, oldLayout; + KoPageLayout tqlayout, oldLayout; KoUnit::Unit unit, oldUnit; }; |