summaryrefslogtreecommitdiffstats
path: root/ksnapshot/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksnapshot/main.cpp')
-rw-r--r--ksnapshot/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksnapshot/main.cpp b/ksnapshot/main.cpp
index 84883a32..d503c0d5 100644
--- a/ksnapshot/main.cpp
+++ b/ksnapshot/main.cpp
@@ -51,9 +51,9 @@ int main(int argc, char **argv)
aboutData.addCredit( "Nadeem Hasan", I18N_NOOP("Region Grabbing\nReworked GUI"),
"nhasan@kde.org" );
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KApplication app;