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 --- tdecore/tests/ksocktest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/tests/ksocktest.cpp') diff --git a/tdecore/tests/ksocktest.cpp b/tdecore/tests/ksocktest.cpp index 62fc74905..c599c4570 100644 --- a/tdecore/tests/ksocktest.cpp +++ b/tdecore/tests/ksocktest.cpp @@ -59,9 +59,9 @@ main(int argc, char *argv[]) { KAboutData about("socktest", "SockTest", "version"); TDECmdLineArgs::init(argc, argv, &about); - KApplication::addCmdLineOptions(); + TDEApplication::addCmdLineOptions(); - KApplication app; + TDEApplication app; TQString host, port; -- cgit v1.2.1