summaryrefslogtreecommitdiffstats
path: root/kscreensaver/xsavers/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kscreensaver/xsavers/main.cpp')
-rw-r--r--kscreensaver/xsavers/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kscreensaver/xsavers/main.cpp b/kscreensaver/xsavers/main.cpp
index 14f0c952..ec9c361d 100644
--- a/kscreensaver/xsavers/main.cpp
+++ b/kscreensaver/xsavers/main.cpp
@@ -49,9 +49,9 @@ static void crashHandler( int /*sig*/ )
int main(int argc, char *argv[])
{
- KCmdLineArgs::init(argc, argv, appName, I18N_NOOP("KLock"), description, version);
+ TDECmdLineArgs::init(argc, argv, appName, I18N_NOOP("KLock"), description, version);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::addCmdLineOptions(options);
KApplication app;
@@ -60,7 +60,7 @@ int main(int argc, char *argv[])
DemoWindow *demoWidget = 0;
Window saveWin = 0;
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if (args->isSet("setup"))
{