From 1093e60627e83e9f88f4478f249a9dc2c054ba08 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:36 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- ksirtet/ksirtet/check_score.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksirtet') diff --git a/ksirtet/ksirtet/check_score.cpp b/ksirtet/ksirtet/check_score.cpp index 6795e7ca..f6c97210 100644 --- a/ksirtet/ksirtet/check_score.cpp +++ b/ksirtet/ksirtet/check_score.cpp @@ -7,7 +7,7 @@ int main(int argc, char **argv) { // read argument TDECmdLineArgs::init(argc, argv, "check_score", 0, 0, true); - static KCmdLineOptions options[] = + static TDECmdLineOptions options[] = { {"+file", "Count of removed lines", 0} }; TDECmdLineArgs::addCmdLineOptions(options); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); -- cgit v1.2.1