summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kdict/dict.h2
-rw-r--r--kopete/libkopete/ui/kopetewidgets.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kdict/dict.h b/kdict/dict.h
index 44111d7d..61c49d31 100644
--- a/kdict/dict.h
+++ b/kdict/dict.h
@@ -19,7 +19,7 @@
#ifndef _DICT_H_
#define _DICT_H_
-#include <ntqthread.h>
+#include <tqthread.h>
#include <tqptrlist.h>
#include <tqsocketnotifier.h>
diff --git a/kopete/libkopete/ui/kopetewidgets.cpp b/kopete/libkopete/ui/kopetewidgets.cpp
index db8046b6..49f57ae6 100644
--- a/kopete/libkopete/ui/kopetewidgets.cpp
+++ b/kopete/libkopete/ui/kopetewidgets.cpp
@@ -127,5 +127,5 @@ TQWidget *KopeteWidgets::create(const TQString &key, TQWidget *parent, const cha
return 0;
}
-KDE_TQ_EXPORT_PLUGIN(KopeteWidgets)
+TDE_EXPORT_PLUGIN(KopeteWidgets)