From ruby-talk Sun Dec 10 14:45:13 2006 From: Caleb Tennis Date: Sun, 10 Dec 2006 14:45:13 +0000 To: ruby-talk Subject: Re: qtruby problems Message-Id: <38C66235-2F18-411C-A128-6D76FFAECEDA () aei-tech ! com> X-MARC-Message: https://marc.info/?l=ruby-talk&m=116576195216584 > > Thanks! requiring 'Qt4' fixed it. How do I make Qt go back to > defaulting to Qt4? > > I *think* this is a result of whichever you emerged last. If you emerged Qt3 after Qt4, then require 'Qt' pulls it in instead. I recommend just using 'Qt4' or 'Qt3' explicitly. Also you can check via Qt::version to see which one is loaded. Caleb