diff -r cc79acdc26cb -r 4a9568303383 controlpanelplugins/themeplugin/src/cpthemeclientsymbian_p.cpp --- a/controlpanelplugins/themeplugin/src/cpthemeclientsymbian_p.cpp Thu May 27 12:52:25 2010 +0300 +++ b/controlpanelplugins/themeplugin/src/cpthemeclientsymbian_p.cpp Fri Jun 11 13:39:17 2010 +0300 @@ -15,7 +15,7 @@ * */ -#include "cpthemeclientsymbian_p.h" +#include "cpthemeclient_p_p.h" #include "cpthemesymbiancommon_p.h" #include @@ -40,7 +40,7 @@ /** Indicates a connection to the server */ -bool CpThemeClientPrivate::isConnected() +bool CpThemeClientPrivate::isConnected() const { return true; }