controlpanel/controlpanel_plat/inc/cppluginlauncher.h
changeset 37 940f6b67827d
parent 36 48848d132687
child 52 58cebe0861a8
--- a/controlpanel/controlpanel_plat/inc/cppluginlauncher.h	Fri Apr 16 11:40:46 2010 +0800
+++ b/controlpanel/controlpanel_plat/inc/cppluginlauncher.h	Fri May 14 13:29:47 2010 +0800
@@ -25,16 +25,16 @@
 #include <QVariant>
 
 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 */