diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:31:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:31:04 -0600 |
commit | 8ebd99fc2d3e2429a1030d60ce693b74b8832a40 (patch) | |
tree | 4122c772d7e90a09980ae445a76ba3da817776fe /ChangeLog | |
parent | 5e7e10a437fc07c20d4ae16d858b7af2cefc9243 (diff) | |
download | kpilot-8ebd99fc2d3e2429a1030d60ce693b74b8832a40.tar.gz kpilot-8ebd99fc2d3e2429a1030d60ce693b74b8832a40.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |