Hello,

I'm working on an application that uses signals and slots. We are writing our app using Qt 4.1.0 in MS Visual Studio 2003.

My application was working well last week. I had one class that emitted signals that were recieved by another class's slots. It was all very cool and I was happy.

This week our project got split so that my two classes are in different Visual Studio project (.vcproj) files. Now when my one class emits a signal, the other does not pick it up.

If anyone has any ideas about what may have happened and how I could fix this, I would certainly appreciate it.

Thanks in advance,
Jimmy