phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h
changeset 30 ebdbd102c78a
parent 22 6bb1b21d2484
child 51 f39ed5e045e0
--- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h	Mon May 03 12:31:11 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h	Fri May 14 15:51:57 2010 +0300
@@ -18,8 +18,10 @@
 #ifndef CPTELEPHONYPLUGIN_H
 #define CPTELEPHONYPLUGIN_H
 
-#include <qobject.h>
+#include <QObject>
+#include <QList>
 #include <cpplugininterface.h>
+#include "cpphonelocalisation.h"
 
 /*!
     \class CpTelephonyPlugin
@@ -43,6 +45,10 @@
      */
     QList<CpSettingFormItemData*> createSettingFormItemData(
             CpItemDataHelper &itemDataHelper) const;
+    
+private: 
+    
+    QScopedPointer<CpPhoneLocalisation> m_localisation; 
 };
 
 #endif /* CPTELEPHONYPLUGIN_H */