summaryrefslogtreecommitdiffstats
path: root/kio/tests/netaccesstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/netaccesstest.cpp')
-rw-r--r--kio/tests/netaccesstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/netaccesstest.cpp b/kio/tests/netaccesstest.cpp
index 9fb0ff07a..a9aeb66d4 100644
--- a/kio/tests/netaccesstest.cpp
+++ b/kio/tests/netaccesstest.cpp
@@ -24,7 +24,7 @@
int main(int argc, char **argv)
{
- KApplication app( argc, argv, "netaccesstest", true /* it _has_ a GUI ! */);
+ TDEApplication app( argc, argv, "netaccesstest", true /* it _has_ a GUI ! */);
KURL srcURL( "ftp://ftp.kde.org/pub/kde/README" );
KURL tmpURL( "file:/tmp/netaccesstest_README" );