changeset 6 | c3690ec91ef8 |
parent 5 | 627c4a0fd0e7 |
--- a/src/hbapps/hbthemechanger/themechangermain.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbapps/hbthemechanger/themechangermain.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -66,7 +66,7 @@ HbMainWindow mainWindow; // Show the list of themes available - ThemeSelectionList *themelist=new ThemeSelectionList(); + ThemeSelectionList *themelist=new ThemeSelectionList(&mainWindow); themelist->displayThemes(); mainWindow.addView( themelist );