summaryrefslogtreecommitdiffstats
path: root/ksirtet
diff options
context:
space:
mode:
Diffstat (limited to 'ksirtet')
-rw-r--r--ksirtet/ksirtet/check_score.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksirtet/ksirtet/check_score.cpp b/ksirtet/ksirtet/check_score.cpp
index e81008b9..6795e7ca 100644
--- a/ksirtet/ksirtet/check_score.cpp
+++ b/ksirtet/ksirtet/check_score.cpp
@@ -6,12 +6,12 @@
int main(int argc, char **argv)
{
// read argument
- KCmdLineArgs::init(argc, argv, "check_score", 0, 0, true);
+ TDECmdLineArgs::init(argc, argv, "check_score", 0, 0, true);
static KCmdLineOptions options[] =
{ {"+file", "Count of removed lines", 0} };
- KCmdLineArgs::addCmdLineOptions(options);
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
- if ( args->count()==0 ) KCmdLineArgs::usage();
+ TDECmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
+ if ( args->count()==0 ) TDECmdLineArgs::usage();
TQString s = args->arg(0);
bool ok;
uint nb = s.toUInt(&ok);