diff options
Diffstat (limited to 'client/crystalclient.cc')
-rw-r--r-- | client/crystalclient.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/crystalclient.cc b/client/crystalclient.cc index d81db20..e8780aa 100644 --- a/client/crystalclient.cc +++ b/client/crystalclient.cc @@ -87,7 +87,7 @@ CrystalFactory::CrystalFactory() readConfig(); initialized_ = true; - if (transparency)image_holder=new TQImageHolder(active.userdefinedPicture,inactive.userdefinedPicture); + if (transparency)image_holder=new QImageHolder(active.userdefinedPicture,inactive.userdefinedPicture); else image_holder=NULL; CreateButtonImages(); } @@ -117,7 +117,7 @@ bool CrystalFactory::reset(unsigned long /*changed*/) if (transparency) { - if (!image_holder)image_holder=new TQImageHolder(active.userdefinedPicture,inactive.userdefinedPicture); + if (!image_holder)image_holder=new QImageHolder(active.userdefinedPicture,inactive.userdefinedPicture); image_holder->setUserdefinedPictures(active.userdefinedPicture,inactive.userdefinedPicture); image_holder->tqrepaint(true); }else{ |