Re: Help with KDialogButtonBox

2010-12-24 Thread Steven Sroka
>On 24 December 2010 15:53, Michael Pyne wrote: > On Friday, December 24, 2010 13:10:54 Steven Sroka wrote: >> > Having the exact error message would probably be useful as well. >> >> -->In member function ‘void KReminder::setupObjects()’: >> -->error: no matching function for call to >> ‘KReminde

Re: Help with KDialogButtonBox

2010-12-24 Thread Michael Pyne
On Friday, December 24, 2010 13:10:54 Steven Sroka wrote: > > Having the exact error message would probably be useful as well. > > -->In member function ‘void KReminder::setupObjects()’: > -->error: no matching function for call to > ‘KReminder::addButton(KGuiItem*&, QDialogButtonBox::ButtonRole,

Re: Help with KDialogButtonBox

2010-12-24 Thread Steven Sroka
>On 23 December 2010 22:13, Michael Pyne wrote: > On Thursday, December 23, 2010 18:55:35 Steven Sroka wrote: >> On 23 December 2010 18:10, Michael Pyne wrote: >> > On Thursday, December 23, 2010 18:02:36 Steven Sroka wrote: >> >> 'this' refers to KReminder(). The 'addButton' function expects the

Re: Help with KDialogButtonBox

2010-12-23 Thread Michael Pyne
On Thursday, December 23, 2010 18:55:35 Steven Sroka wrote: > On 23 December 2010 18:10, Michael Pyne wrote: > > On Thursday, December 23, 2010 18:02:36 Steven Sroka wrote: > >> 'this' refers to KReminder(). The 'addButton' function expects the > >> third argument to be a QObject* and not a KRemin

Re: Help with KDialogButtonBox

2010-12-23 Thread Steven Sroka
On 23 December 2010 18:10, Michael Pyne wrote: > On Thursday, December 23, 2010 18:02:36 Steven Sroka wrote: >> I need some help with a KDE program I'm trying to write. >> I have my main function calling a custom class, KReminder(), which is >> sub-classed from KDialogButtonBox. Within the KRemind

Re: Help with KDialogButtonBox

2010-12-23 Thread Michael Pyne
On Thursday, December 23, 2010 18:02:36 Steven Sroka wrote: > I need some help with a KDE program I'm trying to write. > I have my main function calling a custom class, KReminder(), which is > sub-classed from KDialogButtonBox. Within the KReminder() I have: > > KPushButton *nextButton = addButton

Help with KDialogButtonBox

2010-12-23 Thread Steven Sroka
I need some help with a KDE program I'm trying to write. I have my main function calling a custom class, KReminder(), which is sub-classed from KDialogButtonBox. Within the KReminder() I have: KPushButton *nextButton = addButton(nextGuiItem, AcceptRole, this, SLOT(next())); 'this' refers to KRemi