diff options
Diffstat (limited to 'tderesources/carddav')
-rw-r--r-- | tderesources/carddav/config.h | 2 | ||||
-rw-r--r-- | tderesources/carddav/configwidgets.h | 2 | ||||
-rw-r--r-- | tderesources/carddav/resource.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/carddav/config.h b/tderesources/carddav/config.h index e752aee49..c4c8c6592 100644 --- a/tderesources/carddav/config.h +++ b/tderesources/carddav/config.h @@ -18,7 +18,7 @@ #include "resource.h" -#include <kdemacros.h> +#include <tdemacros.h> #include <tderesources/configwidget.h> class TQLineEdit; diff --git a/tderesources/carddav/configwidgets.h b/tderesources/carddav/configwidgets.h index e61b97e0a..f723cda62 100644 --- a/tderesources/carddav/configwidgets.h +++ b/tderesources/carddav/configwidgets.h @@ -35,7 +35,7 @@ #define KCARDDAV_AUTOWIDGETS_H #include <tqwidget.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace TDEABC { diff --git a/tderesources/carddav/resource.h b/tderesources/carddav/resource.h index 828c6da72..a76754bd5 100644 --- a/tderesources/carddav/resource.h +++ b/tderesources/carddav/resource.h @@ -25,7 +25,7 @@ #include <tdeabc/locknull.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <tdeconfig.h> namespace TDEABC { |