summaryrefslogtreecommitdiffstats
path: root/tdecore/kapplication_win.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-21 22:46:15 +0900
committerMichele Calgaro <[email protected]>2024-11-21 22:46:15 +0900
commit121b26f5eef583a95b268a391790d8de0d404f0e (patch)
treeed9a3ca8077282a39b5fd9e82350e754ee867df2 /tdecore/kapplication_win.cpp
parent1711870a073597c2282f32ad39a9b8ad5e1cf6bb (diff)
downloadtdelibs-121b26f5eef583a95b268a391790d8de0d404f0e.tar.gz
tdelibs-121b26f5eef583a95b268a391790d8de0d404f0e.zip
Rename KAppDCOPInterface to TDEAppDCOPInterface
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdecore/kapplication_win.cpp')
-rw-r--r--tdecore/kapplication_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kapplication_win.cpp b/tdecore/kapplication_win.cpp
index 38bafaef8..475dc070f 100644
--- a/tdecore/kapplication_win.cpp
+++ b/tdecore/kapplication_win.cpp
@@ -23,7 +23,7 @@
#include <kurl.h>
#include "kcheckaccelerators.h"
-#include "kappdcopiface.h"
+#include "tdeappdcopinterface.h"
#include <qassistantclient.h>
#include <tqdir.h>
@@ -69,7 +69,7 @@ public:
TQString geometry_arg;
TQCString startup_id;
TQTimer* app_started_timer;
- KAppDCOPInterface *m_KAppDCOPInterface;
+ TDEAppDCOPInterface *m_TDEAppDCOPInterface;
bool session_save;
QAssistantClient* qassistantclient;
};