From c6a81562d258d90656629d2718f88d7bdc1de59e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:26 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/daemon/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 34076b9..556aae6 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -349,7 +349,7 @@ main(int argc, char **argv) "(c) 2011, Timothy Pearson", message, 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); KApplication app; NotifierContainer nc;