diff options
Diffstat (limited to 'tdecore/tests/ksocktest.cpp')
-rw-r--r-- | tdecore/tests/ksocktest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/ksocktest.cpp b/tdecore/tests/ksocktest.cpp index fe33ec771..62fc74905 100644 --- a/tdecore/tests/ksocktest.cpp +++ b/tdecore/tests/ksocktest.cpp @@ -58,7 +58,7 @@ int main(int argc, char *argv[]) { KAboutData about("socktest", "SockTest", "version"); - KCmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::init(argc, argv, &about); KApplication::addCmdLineOptions(); KApplication app; |