summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kcompletiontest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/kcompletiontest.cpp')
-rw-r--r--tdeui/tests/kcompletiontest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kcompletiontest.cpp b/tdeui/tests/kcompletiontest.cpp
index 3e60a0ddd..617957b4c 100644
--- a/tdeui/tests/kcompletiontest.cpp
+++ b/tdeui/tests/kcompletiontest.cpp
@@ -186,7 +186,7 @@ TQStringList Form1::defaultItems() const
int main(int argc, char **argv )
{
- KApplication app( argc, argv, "kcompletiontest" );
+ TDEApplication app( argc, argv, "kcompletiontest" );
Form1 *form = new Form1();
form->show();