summaryrefslogtreecommitdiffstats
path: root/kio/tests/kdefaultprogresstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/kdefaultprogresstest.cpp')
-rw-r--r--kio/tests/kdefaultprogresstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/kdefaultprogresstest.cpp b/kio/tests/kdefaultprogresstest.cpp
index a831041e1..e62408204 100644
--- a/kio/tests/kdefaultprogresstest.cpp
+++ b/kio/tests/kdefaultprogresstest.cpp
@@ -7,7 +7,7 @@ using namespace KIO;
int main(int argc, char **argv)
{
- KApplication app(argc, argv, "kdefaultprogresstest");
+ TDEApplication app(argc, argv, "kdefaultprogresstest");
DefaultProgress* dlg = new DefaultProgress();
KURL src("http://this.host.doesn't.exist/this/dir/neither/andthisfileneither");