diff options
-rw-r--r-- | src/kile/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kile/main.cpp b/src/kile/main.cpp index 4806733..e1ef398 100644 --- a/src/kile/main.cpp +++ b/src/kile/main.cpp @@ -91,9 +91,9 @@ int main( int argc, char ** argv ) aboutData.addCredit(I18N_NOOP("Please consult the webpage for up to date translation credits.")); aboutData.addCredit("Jonathan Pechta and Federico Zenith", I18N_NOOP("Documentation")); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool running = false; DCOPClient *client=0L; |