summaryrefslogtreecommitdiffstats
path: root/libkcddb
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb')
-rw-r--r--libkcddb/cddb.h2
-rw-r--r--libkcddb/config.h2
-rw-r--r--libkcddb/sites.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/libkcddb/cddb.h b/libkcddb/cddb.h
index d82ea599..a848ffb8 100644
--- a/libkcddb/cddb.h
+++ b/libkcddb/cddb.h
@@ -26,7 +26,7 @@
#include <tqpair.h>
#include <tqvaluelist.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
/** The KCDDB namespace collects all the CDDB-related classes and methods. */
namespace KCDDB
diff --git a/libkcddb/config.h b/libkcddb/config.h
index 65bd492e..56fc915b 100644
--- a/libkcddb/config.h
+++ b/libkcddb/config.h
@@ -27,7 +27,7 @@
#include "cddb.h"
#include "configbase.h"
#include <tqstring.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace KCDDB
{
class KDE_EXPORT Config : public ConfigBase
diff --git a/libkcddb/sites.h b/libkcddb/sites.h
index 65b184aa..060240c6 100644
--- a/libkcddb/sites.h
+++ b/libkcddb/sites.h
@@ -23,7 +23,7 @@
#include <tqvaluelist.h>
#include "cddb.h"
#include "lookup.h"
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace KCDDB
{