From 4ffd16a310c74db19a5ba0c297234470f01cd7b3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:44 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- ksirtet/ksirtet/check_score.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ksirtet') 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); -- cgit v1.2.1