--- a/controlpanel/controlpanel_plat/inc/cppluginloader.h Fri May 14 13:29:47 2010 +0800
+++ b/controlpanel/controlpanel_plat/inc/cppluginloader.h Tue May 25 04:13:06 2010 +0800
@@ -29,12 +29,12 @@
class CP_EXPORT CpPluginLoader
{
public:
- /* OLD INTERFACES* DPRECATED!!! */
+ /* OLD INTERFACES* DPRECATED!!! \deprecated static CpPluginInterface *loadCpPlugin(const QString &pluginFile)*/
static CpPluginInterface *loadCpPlugin(const QString &pluginFile)
{
return 0;
}
- /* OLD INTERFACES* DPRECATED!!! */
+ /* OLD INTERFACES* DPRECATED!!! \deprecated static CpPluginPlatInterface *loadPlatCpPlugin(const QString &pluginFile)*/
static CpPluginPlatInterface *loadPlatCpPlugin(const QString &pluginFile)
{
return 0;