diff options
Diffstat (limited to 'kxsldbg/main.cpp')
-rw-r--r-- | kxsldbg/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kxsldbg/main.cpp b/kxsldbg/main.cpp index e15ed9af..3ac3558e 100644 --- a/kxsldbg/main.cpp +++ b/kxsldbg/main.cpp @@ -21,8 +21,8 @@ int main(int argc, char **argv) { KAboutData about("kxsldbg", I18N_NOOP("KXSLDbg"), version, description, KAboutData::License_GPL, "(C) 2003 Keith Isdale", 0, 0, "k_isdale@tpg.com.au"); about.addAuthor( "Keith Isdale", 0, "k_isdale@tpg.com.au" ); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; // see if we are starting with session management |