summaryrefslogtreecommitdiffstats
path: root/kio/tests/previewtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/previewtest.cpp')
-rw-r--r--kio/tests/previewtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/previewtest.cpp b/kio/tests/previewtest.cpp
index f2b740224..52dea6ac7 100644
--- a/kio/tests/previewtest.cpp
+++ b/kio/tests/previewtest.cpp
@@ -55,7 +55,7 @@ void PreviewTest::slotFailed()
int main(int argc, char **argv)
{
- KApplication app(argc, argv, "previewtest");
+ TDEApplication app(argc, argv, "previewtest");
PreviewTest *w = new PreviewTest;
w->show();
app.setMainWidget(w);