Re: Trunk:Phonon install failing

2010-11-18 Thread Xander Moore
I can't remember exactly, but I think this is because your qt-copy is off the master branch. It needs a 4.7 patched version. Put: branch 4.7.0-patched in your .kdesrc-buildrc file in the qt-copy section and try again. Otherwise look at the CMakeLists.txt that builds that dir and it will give you

RE: Disable statusbar in KXmlGuiWindow

2010-11-18 Thread Steven Sroka
> On Thu, Nov 18, 2010 at 14:09, Steven Sroka wrote:> > Can anyone tell me how > to disable the statusbar in a KXmlGuiWindow -based > > program? > > I already answered your question when it was asked on kde-core-devel > yesterday. > > Parker Ya I just realized now that you weren't being a

Re: Disable statusbar in KXmlGuiWindow

2010-11-18 Thread Parker Coates
On Thu, Nov 18, 2010 at 14:09, Steven Sroka wrote: > Can anyone tell me how to disable the statusbar in a KXmlGuiWindow -based > program? I already answered your question when it was asked on kde-core-devel yesterday. Parker >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsub

Re: Disable statusbar in KXmlGuiWindow

2010-11-18 Thread Luiz Romário Santana Rios
statusBar()->hide() anywhere inside the class, I guess. 2010/11/18 Steven Sroka > Can anyone tell me how to disable the statusbar in a KXmlGuiWindow -based > program? > > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to > unsubscribe << > > -- Luiz Romário Santana Rios >>

Disable statusbar in KXmlGuiWindow

2010-11-18 Thread Steven Sroka
Can anyone tell me how to disable the statusbar in a KXmlGuiWindow -based program? >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<