On 08/10/2012 09:30 AM, David C. Rankin wrote:
If there was a problem with my tqtinterface, I would have expected to see it pop up in a lot more places. The only includes in listeditor.ui.h are:
#include <tqheader.h> #include <tqapplication.h>
Will that pull in the tqApp->qApp definition?
I find the definition in /usr/include/tqt/tqt.h:
tqt.h:#define tqApp qApp
Is there any reason you can think of that tdevelop/kdevdesigner/designer would miss pulling it in? CMakeLists.txt?