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 4a4cc0ec..48e977ce 100644 --- a/kpresenter/KPrCommand.h +++ b/kpresenter/KPrCommand.h @@ -31,7 +31,7 @@ #include <KoPictureCollection.h> #include <tqvaluelist.h> #include <tqpen.h> -#include <tqbrush.h> +#include <brush.h> #include <KoPageLayoutDia.h> #include <KoParagLayout.h> #include <KoTextCommand.h> @@ -543,7 +543,7 @@ public: protected: KPrDocument *m_doc; - KoPageLayout tqlayout, oldLayout; + KoPageLayout layout, oldLayout; KoUnit::Unit unit, oldUnit; }; |