From 8ebd99fc2d3e2429a1030d60ce693b74b8832a40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Jan 2013 18:31:04 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d97ab0..278eb1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2980,7 +2980,7 @@ KPilot dialogs with something sensible made with designer. Factored out the --debug flags from each individual app, now in options.cc. This means each file with a main() was modified too. I must say it was a real bitch figuring out exactly which sequence of - calls were needed for KCmdLineArgs::addCmdLineOptions(), and then + calls were needed for TDECmdLineArgs::addCmdLineOptions(), and then finding out that ParsedArgs() also needed help. * kpilot/kpilotDaemon.cc Sneaking in the QStack<> stuff just under the wire was a bad idea.