From 32b66c9ae78f439199a6d281cc33218e57c5106d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:47 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kontact/plugins/akregator/akregator_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kontact/plugins/akregator/akregator_plugin.cpp') diff --git a/kontact/plugins/akregator/akregator_plugin.cpp b/kontact/plugins/akregator/akregator_plugin.cpp index 37b85be0..dae73e4b 100644 --- a/kontact/plugins/akregator/akregator_plugin.cpp +++ b/kontact/plugins/akregator/akregator_plugin.cpp @@ -133,7 +133,7 @@ void Plugin::saveProperties( KConfig *config ) void UniqueAppHandler::loadCommandLineOptions() { - KCmdLineArgs::addCmdLineOptions( akregator_options ); + TDECmdLineArgs::addCmdLineOptions( akregator_options ); } int UniqueAppHandler::newInstance() -- cgit v1.2.3