summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:33 -0600
commit0651459e890cfa7a23f88eb1142f05c4e59189c0 (patch)
tree02338249ebe06f350969ddb74e4119afac0bafab
parent17896c0a363ded78d9a23f1190523eda716a2298 (diff)
downloadyakuake-0651459e890cfa7a23f88eb1142f05c4e59189c0.tar.gz
yakuake-0651459e890cfa7a23f88eb1142f05c4e59189c0.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r--yakuake/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yakuake/src/main.cpp b/yakuake/src/main.cpp
index 625a161..53286e9 100644
--- a/yakuake/src/main.cpp
+++ b/yakuake/src/main.cpp
@@ -41,8 +41,8 @@ int main(int argc, char ** argv)
about.addCredit("Daniel 'suslik' D.", I18N_NOOP("Plastik skin"), "dd@accentsolution.com");
about.addCredit("Mark Bryan Yu", I18N_NOOP("Auto-open on pointer touching screen edge"), "vafada@gmail.com");
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions(options);
KUniqueApplication::addCmdLineOptions();
if (!KUniqueApplication::start())