~ubuntu-branches/ubuntu/saucy/ifrit/saucy

« back to all changes in this revision

Viewing changes to shells/qt/iqtwindowhelper.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-10-28 15:06:32 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061028150632-hyvuhvsv6zpmf5ev
Tags: 3.0.5-1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
//
55
55
iqtWindowHelper::iqtWindowHelper(QWidget *widget, const iImage *icon, const iString &title) : ibgWindowHelper(icon,title)
56
56
{
57
 
        mWidget = widget; IERROR_ASSERT_NULL_POINTER(widget);
 
57
        mWidget = widget; IERROR_ASSERT(widget);
58
58
 
59
59
#ifndef IQT_40
60
60
        iqtAssistant::SetBackground(mWidget,1); // messes things on Unix under Qt 4.0