The title describes my problem quite well.
The offending line of code:
connect(table, SIGNAL(cellChanged(row, 5)), this, SLOT(updateSP()));
I can think of no reason why that signal is not valid. I googled around, and found a couple people with the same problem, but the solutions posed there don't work.
I'm using Qt 4.5.2 on Ubuntu Karmic, g++.
Anyone know what I am doing wrong? Trolltech's documentation regarding cellChanged() doesn't mention any special requirements.
I'm at a loss.
Thanks for any advice!