Hi, licq_qt.patch is a pretty obvious one to fix a build error with KDE3.
I noticed that in CVS head the authorisation doesn't work because CICQDaemon::icqAuthorizeRefuse and -Grant aren't implemented... This gives a pretty ugly crash (unresolved symbol) at runtime :( I think adding at least a dummy would be nice... Harry
Index: qt-gui/src/licqgui.cpp =================================================================== RCS file: /extra/cvsroot/qt-gui/src/licqgui.cpp,v retrieving revision 1.49 diff -u -3 -p -r1.49 licqgui.cpp --- licqgui.cpp 2001/12/12 01:29:11 1.49 +++ licqgui.cpp 2002/01/12 14:33:56 @@ -20,8 +20,12 @@ #include "config.h" #endif +#include <qglobal.h> + #ifdef USE_KDE +#if QT_VERSION < 300 #include <kthemestyle.h> +#endif #endif #include <qwindowsstyle.h> #include <qmotifstyle.h>