diff -r 2883a5458389 -r a5692c68d772 controlpanelplugins/themeplugin/themeplugin.pri --- a/controlpanelplugins/themeplugin/themeplugin.pri Thu Jun 10 16:07:41 2010 +0800 +++ b/controlpanelplugins/themeplugin/themeplugin.pri Fri Jun 25 17:12:20 2010 +0800 @@ -9,18 +9,15 @@ # Contributors: # Description: cpthemeplugin source files # Input -HEADERS += src/cpthemeclient_p_p.h \ - src/cpthemepreview.h \ +HEADERS += src/cpthemepreview.h \ src/cpthemecontrol.h \ src/cpthemeplugin.h \ src/cpthemelistview.h \ src/cpthemelistmodel.h \ src/cpthemechanger.h \ - src/cpthemeclient_p.h \ - src/cpthemecommon_p.h \ - src/cpthemechanger_p.h \ - src/cpthemepluginentryitemdata.h - + src/cpthemepluginentryitemdata.h \ + src/cpthemeutil.h \ + src/cpthemeinfo.h SOURCES += src/cpthemepreview.cpp \ src/cpthemecontrol.cpp \ src/cpthemeplugin.cpp \ @@ -28,14 +25,5 @@ src/cpthemelistmodel.cpp \ src/cpthemepluginentryitemdata.cpp \ src/cpthemechanger.cpp \ - src/cpthemechanger_p.cpp \ - src/cpthemeclient_p.cpp - -win32|mac { - SOURCES += src/cpthemeclientqt_p.cpp -} - -symbian { - HEADERS += src/cpthemesymbiancommon_p.h - SOURCES += src/cpthemeclientsymbian_p.cpp -} + src/cpthemeutil.cpp \ + src/cpthemeinfo.cpp