diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:32 -0600 |
commit | fb26e15f2ed02caaa029409b2240690aaa693107 (patch) | |
tree | 0a350b5115f6f0895ca3259252678e41fd72aca0 /src | |
parent | fc342ffdb120046c1e8da613e8adb69af1d99392 (diff) | |
download | kvirc-fb26e15f2ed02caaa029409b2240690aaa693107.tar.gz kvirc-fb26e15f2ed02caaa029409b2240690aaa693107.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/kvilib/tal/kvi_tal_application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/tal/kvi_tal_application.cpp b/src/kvilib/tal/kvi_tal_application.cpp index 6b532a6b..a637c676 100644 --- a/src/kvilib/tal/kvi_tal_application.cpp +++ b/src/kvilib/tal/kvi_tal_application.cpp @@ -34,7 +34,7 @@ // (declared at /opt/kde/include/kapplication.h:198) // // The KApplication constructor has been declared as deprecated - // in favor of a complexier initialization that uses KCmdLineArgs + // in favor of a complexier initialization that uses TDECmdLineArgs // and can't be abstracted easily. // The other constructors are not "old" and "stable" enough // to be safely used at this time. We'll rethink this when KDE 4 is out. |