diff options
Diffstat (limited to 'ksim/library/common.h')
-rw-r--r-- | ksim/library/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/library/common.h b/ksim/library/common.h index 9fc01c0..42d6faf 100644 --- a/ksim/library/common.h +++ b/ksim/library/common.h @@ -24,7 +24,7 @@ #define KSIM_VERSION_STRING "1.1.0" #include <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> /** * namespace for common ksim entries @@ -72,7 +72,7 @@ namespace KSim * @short base class for widgets * @author Robbie Ward <linuxphreak@gmx.co.uk> */ - class KDE_EXPORT Base + class TDE_EXPORT Base { public: Base(); |