diff -r 851e19007849 -r 7e4c5a2ff1a2 controlpanel/controlpanel_plat/inc/cppluginlauncher.h --- a/controlpanel/controlpanel_plat/inc/cppluginlauncher.h Mon May 03 12:46:45 2010 +0300 +++ b/controlpanel/controlpanel_plat/inc/cppluginlauncher.h Fri May 14 16:07:47 2010 +0300 @@ -25,16 +25,16 @@ #include class QString; -class CpPluginPlatInterface; +class CpBaseSettingView; class CP_EXPORT CpPluginLauncher { public: - /* OLD Inteface - Deprecated! */ + /* OLD Interface - Deprecated! */ static bool launchCpPluginView(const QString &pluginFile,int index = 0); - /* New interface */ - static bool launchSettingView(const QString &pluginFile,const QVariant &hint = QVariant()); + /* */ + static CpBaseSettingView* launchSettingView(const QString &pluginFile,const QVariant &hint = QVariant()); }; #endif /* CPPLUGINLAUNCHER_H */