summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-08 22:52:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-20 13:36:53 +0900
commitba16136d35cf5517303450ec67261b37f98f7d8b (patch)
tree0e262c305272f2a596c4a45bee03fa468936aa87
parent42b79ca6d0fe37be2311ec6f8e4b2f3addc90de8 (diff)
downloadktorrent-ba16136d35cf5517303450ec67261b37f98f7d8b.tar.gz
ktorrent-ba16136d35cf5517303450ec67261b37f98f7d8b.zip
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--apps/ktorrent/ktorrentapp.cpp2
-rw-r--r--apps/ktorrent/ktorrentapp.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/ktorrent/ktorrentapp.cpp b/apps/ktorrent/ktorrentapp.cpp
index db1def7..fe7a519 100644
--- a/apps/ktorrent/ktorrentapp.cpp
+++ b/apps/ktorrent/ktorrentapp.cpp
@@ -33,7 +33,7 @@
#include "ktorrent.h"
KTorrentApp::KTorrentApp()
- : KUniqueApplication()
+ : TDEUniqueApplication()
{}
KTorrentApp::~KTorrentApp()
diff --git a/apps/ktorrent/ktorrentapp.h b/apps/ktorrent/ktorrentapp.h
index 753e0bd..489eb04 100644
--- a/apps/ktorrent/ktorrentapp.h
+++ b/apps/ktorrent/ktorrentapp.h
@@ -22,9 +22,9 @@
#define _KTORRENTAPP_H_
#include "dcopinterface.h"
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
-class KTorrentApp : public KUniqueApplication
+class KTorrentApp : public TDEUniqueApplication
{
TQ_OBJECT