diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2556c0e..e0c1629 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -105,7 +105,7 @@ void initialiseCmdLineArgs(std::vector<KCmdLineOptions>& vOptions, TQStringList& KCmdLineOptions last = KCmdLineLastOption; vOptions.push_back(last); - KCmdLineArgs::addCmdLineOptions( &vOptions[0] ); // Add our own options. + TDECmdLineArgs::addCmdLineOptions( &vOptions[0] ); // Add our own options. } @@ -190,7 +190,7 @@ int main(int argc, char *argv[]) aboutData.addCredit(I18N_NOOP("+ Many thanks to those who reported bugs and contributed ideas!")); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); std::vector<KCmdLineOptions> vOptions; TQStringList ignorableOptions; initialiseCmdLineArgs(vOptions, ignorableOptions); |