From dff37d34bfe7faea4801d273ea569eccf7e75c53 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:24 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kontact_plugin/basket_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kontact_plugin/basket_plugin.cpp') diff --git a/kontact_plugin/basket_plugin.cpp b/kontact_plugin/basket_plugin.cpp index f20f293..691bc5f 100644 --- a/kontact_plugin/basket_plugin.cpp +++ b/kontact_plugin/basket_plugin.cpp @@ -88,7 +88,7 @@ bool BasketPlugin::isRunningStandalone() void BasketUniqueAppHandler::loadCommandLineOptions() { - KCmdLineArgs::addCmdLineOptions(basket_options); + TDECmdLineArgs::addCmdLineOptions(basket_options); } int BasketUniqueAppHandler::newInstance() -- cgit v1.2.3