diff -r 7b3e49e4608a -r 72ebcbb64834 wlanutilities/wlanindicatorplugin/inc/wlanindicatorplugin.h --- a/wlanutilities/wlanindicatorplugin/inc/wlanindicatorplugin.h Thu Jun 24 10:49:51 2010 +0300 +++ b/wlanutilities/wlanindicatorplugin/inc/wlanindicatorplugin.h Fri Jul 09 10:38:19 2010 +0300 @@ -22,6 +22,10 @@ #include #include #include +#include + +// Forward declarations +class HbTranslator; const int wlanNotConnected = 0; const int wlanConnected = 1; @@ -51,7 +55,7 @@ bool handleClientRequest (RequestType type, const QVariant ¶meter); bool handleInteraction (InteractionType type); QVariant indicatorData(int role) const; - + private: Q_DISABLE_COPY(WlanIndicatorPlugin) @@ -59,5 +63,6 @@ int mError; // Indicator error QVariant mParameter; // Used to contain the status of wlan QProcess process; // Process to start external programs + QSharedPointer mTranslator; // Translator for the localisation Text Id's }; #endif //WLANINDICATORPLUGIN_H