diff options
Diffstat (limited to 'nsplugins/test')
-rw-r--r-- | nsplugins/test/testnsplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsplugins/test/testnsplugin.cpp b/nsplugins/test/testnsplugin.cpp index 93ebaccde..986595816 100644 --- a/nsplugins/test/testnsplugin.cpp +++ b/nsplugins/test/testnsplugin.cpp @@ -126,7 +126,7 @@ int main(int argc, char *argv[]) setvbuf( stderr, NULL, _IONBF, 0 ); TDECmdLineArgs::init(argc, argv, "nsplugin", "A Netscape Plugin test program", "0.1"); - KApplication app("nsplugin"); + TDEApplication app("nsplugin"); app.dcopClient()->attach(); app.dcopClient()->registerAs(app.name()); |