summaryrefslogtreecommitdiffstats
path: root/libkcddb/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/client.h')
-rw-r--r--libkcddb/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcddb/client.h b/libkcddb/client.h
index c28d763e..fd4cdbf5 100644
--- a/libkcddb/client.h
+++ b/libkcddb/client.h
@@ -25,7 +25,7 @@
#include "cdinfo.h"
#include <tqobject.h>
#include "cddb.h"
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace KCDDB
{
@@ -40,7 +40,7 @@ namespace KCDDB
* cddb->lookup(discSignature);
* CDInfo info = cddb->bestLookupResponse();</code>
*/
- class KDE_EXPORT Client : public TQObject
+ class TDE_EXPORT Client : public TQObject
{
TQ_OBJECT