From 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:02 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- dcop/dcop_deadlock_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dcop/dcop_deadlock_test.cpp') diff --git a/dcop/dcop_deadlock_test.cpp b/dcop/dcop_deadlock_test.cpp index 66bd5088a..1ab43f730 100644 --- a/dcop/dcop_deadlock_test.cpp +++ b/dcop/dcop_deadlock_test.cpp @@ -71,8 +71,8 @@ tqWarning("%s: Got result '%s' %d:%06d", name(), result.latin1(), tv.tv_sec % 10 int main(int argc, char **argv) { - TQCString myName = KApplication::dcopClient()->registerAs("testdcop", false); - KApplication app(argc, argv, "testdcop"); + TQCString myName = TDEApplication::dcopClient()->registerAs("testdcop", false); + TDEApplication app(argc, argv, "testdcop"); tqWarning("%d:I am '%s'", getpid(), app.dcopClient()->appId().data()); -- cgit v1.2.3