diff options
Diffstat (limited to 'tdeui/tests/kspelltest.cpp')
-rw-r--r-- | tdeui/tests/kspelltest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kspelltest.cpp b/tdeui/tests/kspelltest.cpp index 9180ed376..7941ade87 100644 --- a/tdeui/tests/kspelltest.cpp +++ b/tdeui/tests/kspelltest.cpp @@ -26,7 +26,7 @@ int main(int argc, char **argv) { - KApplication *app = new KApplication(argc, argv, "KSpellTest"); + TDEApplication *app = new TDEApplication(argc, argv, "KSpellTest"); // test ASCII //TQString text( "I have noo idee of how to wride englisch or englisch" ); |