phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 30 ebdbd102c78a
--- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h	Fri Mar 19 09:28:42 2010 +0200
+++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h	Fri Apr 16 14:58:25 2010 +0300
@@ -19,7 +19,7 @@
 #define CPTELEPHONYPLUGIN_H
 
 #include <qobject.h>
-#include <cppluginplatinterface.h>
+#include <cpplugininterface.h>
 
 /*!
     \class CpTelephonyPlugin
@@ -27,10 +27,10 @@
  */
 class CpTelephonyPlugin
         : public QObject,
-          public CpPluginPlatInterface
+          public CpPluginInterface
 {
     Q_OBJECT
-    Q_INTERFACES(CpPluginPlatInterface)
+    Q_INTERFACES(CpPluginInterface)
     
 public:
  
@@ -38,10 +38,11 @@
     ~CpTelephonyPlugin();
     
     /*!
-     From CpPluginPlatInterface.
-     @see CpPluginPlatInterface.
+     From CpPluginInterface.
+     @see CpPluginInterface.
      */
-    CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper) const;
+    QList<CpSettingFormItemData*> createSettingFormItemData(
+            CpItemDataHelper &itemDataHelper) const;
 };
 
 #endif /* CPTELEPHONYPLUGIN_H */