diff -r 50345a6ad0c3 -r 27f6f5827e5d engine/src/PodcastModel.cpp --- a/engine/src/PodcastModel.cpp Sun Apr 04 18:38:49 2010 +0100 +++ b/engine/src/PodcastModel.cpp Sun Apr 04 18:52:11 2010 +0100 @@ -23,6 +23,7 @@ #include "ShowEngine.h" #include "connectionengine.h" #include "podcastutils.h" +#include "Podcatcher.pan" #include #include @@ -95,7 +96,7 @@ if (err != KErrNone) { - User::Panic(_L("Podcatcher"), 1); + Panic(EPodcatcherPanicDB); } }