summaryrefslogtreecommitdiffstats
path: root/kscreensaver/kxsconfig/kxsrun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kscreensaver/kxsconfig/kxsrun.cpp')
-rw-r--r--kscreensaver/kxsconfig/kxsrun.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kscreensaver/kxsconfig/kxsrun.cpp b/kscreensaver/kxsconfig/kxsrun.cpp
index b32dbfcc..fa1b9c3b 100644
--- a/kscreensaver/kxsconfig/kxsrun.cpp
+++ b/kscreensaver/kxsconfig/kxsrun.cpp
@@ -60,13 +60,13 @@ static const KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
KLocale::setMainCatalogue("kxsconfig");
- KCmdLineArgs::init(argc, argv, appName, I18N_NOOP("KXSRun"), description, version);
+ TDECmdLineArgs::init(argc, argv, appName, I18N_NOOP("KXSRun"), description, version);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::addCmdLineOptions(options);
KApplication app( false, false );
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( !args->count() )
exit( 1 );