summaryrefslogtreecommitdiffstats
path: root/kcron
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-19 18:46:41 -0600
committerTimothy Pearson <[email protected]>2013-01-19 18:46:41 -0600
commitf7e4bdd856bc418cebaaa7ad09010ab389fc4fbc (patch)
treed204fb3c080ceca9df732fa8341c0af65ea792c2 /kcron
parent98e5087a3aa6d07990de1321f42e15bd4006c530 (diff)
downloadtdeadmin-f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc.tar.gz
tdeadmin-f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kcron')
-rw-r--r--kcron/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/main.cpp b/kcron/main.cpp
index ce2bbcf..ba299c7 100644
--- a/kcron/main.cpp
+++ b/kcron/main.cpp
@@ -28,7 +28,7 @@ int main(int argc, char* argv[])
aboutData.addAuthor("James Ots", 0, "[email protected]");
aboutData.addAuthor("Alberto G. Hierro", 0, "[email protected]");
- KCmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
KApplication app;