summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kmessageboxtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/kmessageboxtest.cpp')
-rw-r--r--tdeui/tests/kmessageboxtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kmessageboxtest.cpp b/tdeui/tests/kmessageboxtest.cpp
index 3603edf57..69f28e8c6 100644
--- a/tdeui/tests/kmessageboxtest.cpp
+++ b/tdeui/tests/kmessageboxtest.cpp
@@ -63,7 +63,7 @@ void showResult(int test, int i)
int main( int argc, char *argv[] )
{
int i, test;
- new KApplication( argc, argv, "MyApplication" );
+ new TDEApplication( argc, argv, "MyApplication" );
ExampleWidget *w = new ExampleWidget();
w->show();