summaryrefslogtreecommitdiffstats
path: root/kuiviewer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kuiviewer/main.cpp')
-rw-r--r--kuiviewer/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kuiviewer/main.cpp b/kuiviewer/main.cpp
index b0349058..7926dc01 100644
--- a/kuiviewer/main.cpp
+++ b/kuiviewer/main.cpp
@@ -48,8 +48,8 @@ int main(int argc, char **argv)
// Screenshot capability
about.addAuthor("Benjamin C. Meyer", 0, "ben+kuiviewer@meyerhome.net");
- 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
@@ -58,7 +58,7 @@ int main(int argc, char **argv)
else
{
// no session.. just start up normally
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() == 0 )
{