diff options
Diffstat (limited to 'ksnapshot')
-rw-r--r-- | ksnapshot/main.cpp | 6 |
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"), "[email protected]" ); - 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; |