diff options
Diffstat (limited to 'kode/automakefile.h')
-rw-r--r-- | kode/automakefile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kode/automakefile.h b/kode/automakefile.h index 418851ad..d29322a7 100644 --- a/kode/automakefile.h +++ b/kode/automakefile.h @@ -26,14 +26,14 @@ #include <tqmap.h> #include <tqstringlist.h> -#include <tdepimmacros.h> +#include <tdemacros.h> namespace KODE { -class KDE_EXPORT AutoMakefile +class TDE_EXPORT AutoMakefile { public: - class KDE_EXPORT Target + class TDE_EXPORT Target { public: typedef TQValueList<Target> List; |