Re: qt-designer linking problem with kde parts

2004-08-01 Thread Silvan
On Sunday 01 August 2004 12:53 am, Silvan wrote: > > is this still my fault, or is it time to submit a bug report? > > I have no idea, really, but I'm trying to put off some real work, and I'm > currently bored. If you want to send me a tarball, I'll look at it and see > if I can see anything. O

Re: qt-designer linking problem with kde parts

2004-07-31 Thread Silvan
On Sunday 01 August 2004 12:26 am, machoamerica wrote: > looks like qt-designer decided to call a constructor for KDateTable that > doesn't exist. KDateTable is expecting a date and a name, and it only gets > sent a name. > > is this still my fault, or is it time to submit a bug report? I have n

Re: qt-designer linking problem with kde parts

2004-07-31 Thread machoamerica
> -Original Message- > On Sunday 01 August 2004 00:02, machoamerica wrote: > > hi there, > > > > i'm building an application with qt3-designer. things were going well as > > long as i was using strictly qt parts (no kde parts), but when i tried > > adding a KLineEdit the linker barfed. >

qt-designer linking problem with kde parts

2004-07-31 Thread machoamerica
hi there, i'm building an application with qt3-designer. things were going well as long as i was using strictly qt parts (no kde parts), but when i tried adding a KLineEdit the linker barfed. [foucault][macho ~]$ make g++ -o junto .obj/main.o .obj/mainform.o .obj/edititemform.o .obj/moc_mai