diff options
Diffstat (limited to 'kappfinder')
-rw-r--r-- | kappfinder/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kappfinder/main.cpp b/kappfinder/main.cpp index 1642ce144..c5f1f57a3 100644 --- a/kappfinder/main.cpp +++ b/kappfinder/main.cpp @@ -39,9 +39,9 @@ int main( int argc, char *argv[] ) aboutData.addAuthor( "Matthias Hoelzer-Kluepfel", 0, "hoelzer@kde.org" ); aboutData.addAuthor( "Tobias Koenig", 0, "tokoe@kde.org" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); KApplication app; |