summaryrefslogtreecommitdiffstats
path: root/src/k3bapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3bapplication.h')
-rw-r--r--src/k3bapplication.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/k3bapplication.h b/src/k3bapplication.h
index e0a50e1..389c01a 100644
--- a/src/k3bapplication.h
+++ b/src/k3bapplication.h
@@ -17,7 +17,7 @@
#ifndef _K3B_APPLICATION_H_
#define _K3B_APPLICATION_H_
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#include <k3bcore.h>
#include <tqmap.h>
@@ -35,9 +35,9 @@ class K3bAppDeviceManager;
class K3bMediaCache;
-class K3bApplication : public KUniqueApplication
+class K3bApplication : public TDEUniqueApplication
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -75,7 +75,7 @@ class K3bApplication : public KUniqueApplication
*/
class K3bApplication::Core : public K3bCore
{
- Q_OBJECT
+ TQ_OBJECT
public: