Index: libs/libmythtv/mhi.cpp
===================================================================
--- libs/libmythtv/mhi.cpp	(revision 18208)
+++ libs/libmythtv/mhi.cpp	(working copy)
@@ -1423,8 +1423,7 @@
             return;
         // Construct an image the size of the bounding box and tile the
         // bitmap over this.
-        QImage tiledImage = QImage(rect.width(), rect.height(),
-                                   m_image.depth());
+        QImage tiledImage = QImage(rect.width(), rect.height(), QImage::Format_ARGB32);
 
         for (int i = 0; i < rect.width(); i += m_image.width())
         {
