diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index d1e0cc8..61253cc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -213,10 +213,10 @@ int main(int argc, char **argv) else { - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); Kvkbd::addCmdLineOptions(); - //KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + //TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); findAloneWindow(); Kvkbd a; |