diff options
Diffstat (limited to 'ksmserver/test.cpp')
-rw-r--r-- | ksmserver/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/test.cpp b/ksmserver/test.cpp index 8f248725f..5a5e114c4 100644 --- a/ksmserver/test.cpp +++ b/ksmserver/test.cpp @@ -8,7 +8,7 @@ int main(int argc, char *argv[]) { KAboutData about("kapptest", "kapptest", "version"); - KCmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::init(argc, argv, &about); KApplication a; a.iconLoader()->addAppDir("ksmserver"); |