diff options
Diffstat (limited to 'nsplugins/test/testnsplugin.cpp')
-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 0d9eadf29..93ebaccde 100644 --- a/nsplugins/test/testnsplugin.cpp +++ b/nsplugins/test/testnsplugin.cpp @@ -124,7 +124,7 @@ int main(int argc, char *argv[]) { kdDebug() << "main" << endl; setvbuf( stderr, NULL, _IONBF, 0 ); - KCmdLineArgs::init(argc, argv, "nsplugin", "A Netscape Plugin test program", "0.1"); + TDECmdLineArgs::init(argc, argv, "nsplugin", "A Netscape Plugin test program", "0.1"); KApplication app("nsplugin"); |