summaryrefslogtreecommitdiffstats
path: root/libk3bdevice/k3bconnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3bdevice/k3bconnection.h')
-rw-r--r--libk3bdevice/k3bconnection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libk3bdevice/k3bconnection.h b/libk3bdevice/k3bconnection.h
index 311a70e..07bb0c2 100644
--- a/libk3bdevice/k3bconnection.h
+++ b/libk3bdevice/k3bconnection.h
@@ -25,7 +25,7 @@
#include <tqobject.h>
#include <tqmap.h>
#include <tqstringlist.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#ifdef HAVE_TDEHWLIB
class TDEGenericDevice;
@@ -38,7 +38,7 @@ namespace K3bDevice {
class Device;
/**
- * This is a simple wrapper which creates QT signals whenever a new optical
+ * This is a simple wrapper which creates TQt signals whenever a new optical
* drive is plugged into the system or one is unplugged.
*
* The Connection class also handles media changes. Whenever a new medium is inserted
@@ -50,7 +50,7 @@ namespace K3bDevice {
*/
class LIBK3BDEVICE_EXPORT Connection : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: