From e7b9313aa2dd2e6ca6d3aad288f70e6a48549696 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Oct 2022 13:30:24 +0900 Subject: [PATCH] Fixed import of tqt include files and export of factory symbol. Signed-off-by: Michele Calgaro --- src/MachBunt.cpp | 16 ++++++++-------- src/MachBunt.h | 10 +++++----- src/MachBuntButton.cpp | 14 +++++++------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/MachBunt.cpp b/src/MachBunt.cpp index 83255fd..9137d02 100644 --- a/src/MachBunt.cpp +++ b/src/MachBunt.cpp @@ -15,17 +15,17 @@ #include #include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include extern "C" { - KDecorationFactory *create_factory() + KDE_EXPORT KDecorationFactory *create_factory() { return new SuSEMachBunt::BuntFactory(); } diff --git a/src/MachBunt.h b/src/MachBunt.h index 0859903..cef05bd 100644 --- a/src/MachBunt.h +++ b/src/MachBunt.h @@ -6,11 +6,11 @@ #ifndef __KDE_SuSE_H #define __KDE_SuSE_H -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include #include diff --git a/src/MachBuntButton.cpp b/src/MachBuntButton.cpp index ef997f5..5aeac13 100644 --- a/src/MachBuntButton.cpp +++ b/src/MachBuntButton.cpp @@ -10,13 +10,13 @@ #include #include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include namespace SuSEMachBunt {