summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/ksocktest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/ksocktest.cpp')
-rw-r--r--tdecore/tests/ksocktest.cpp4
1 files changed, 2 insertions, 2 deletions
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;