diff options
Diffstat (limited to 'tdecore/tests/kurltest.cpp')
-rw-r--r-- | tdecore/tests/kurltest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/kurltest.cpp b/tdecore/tests/kurltest.cpp index ddfbc8f7a..47d709a9b 100644 --- a/tdecore/tests/kurltest.cpp +++ b/tdecore/tests/kurltest.cpp @@ -81,9 +81,9 @@ void testAdjustPath() int main(int argc, char *argv[]) { - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); TDECmdLineArgs::init( argc, argv, "kurltest", 0, 0, 0, 0 ); - KApplication app( false, false ); + TDEApplication app( false, false ); KURL::List lst; |