summaryrefslogtreecommitdiffstats
path: root/kwallet
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
commit6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b (patch)
treea6a367ba18807833d8f90cb6b233e7bdb3f007cc /kwallet
parentba743d360eabb06e6ffbafd2c7bc833dd985aa0c (diff)
downloadtdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.tar.gz
tdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kwallet')
-rw-r--r--kwallet/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kwallet/main.cpp b/kwallet/main.cpp
index 32e7318..19e452d 100644
--- a/kwallet/main.cpp
+++ b/kwallet/main.cpp
@@ -57,8 +57,8 @@ int main(int argc, char **argv) {
about.addAuthor("George Staikos", I18N_NOOP("Primary author and maintainer"), "staikos@kde.org");
about.addAuthor("Isaac Clerencia", I18N_NOOP("Developer"), "isaac@warp.es");
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions(options);
if (!KUniqueApplication::start()) {
return 0;
@@ -73,7 +73,7 @@ int main(int argc, char **argv) {
KGlobal::dirs()->addResourceType("kwallet", "share/apps/kwallet");
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if (args->isSet("show")) {
wm.show();