diff options
author | Michele Calgaro <[email protected]> | 2024-11-21 22:46:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-21 22:46:15 +0900 |
commit | 121b26f5eef583a95b268a391790d8de0d404f0e (patch) | |
tree | ed9a3ca8077282a39b5fd9e82350e754ee867df2 /tdecore/kapplication_win.cpp | |
parent | 1711870a073597c2282f32ad39a9b8ad5e1cf6bb (diff) | |
download | tdelibs-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.cpp | 4 |
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; }; |