-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Unable to load plugin (kde-gui): /usr/local/lib/licq/licq_kde-gui.so:
> undefined symbol: __ti9MLViewQt3
>
> when trying to start licq with kde-gui
>
> I'm using QT3.0.4 (waiting for kde3.1beta1 to upgrade 3.0.5)

try this patch. the mlview3 is not including any code.

-----BEGIN PGP SIGNATURE-----

iD8DBQE9ZBoSUMlRieHkprgRAiTSAKDGuDn/Zp06LH58Ifm+ueil0YOEfwCffQ8b
xiWgc9tDM3ebOJ0eZdhGZIs=
=4tlH
-----END PGP SIGNATURE-----
Index: plugins/qt-gui/src/mlview3.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/mlview3.cpp,v
retrieving revision 1.1
diff -u -d -p -r1.1 mlview3.cpp
--- plugins/qt-gui/src/mlview3.cpp	21 Aug 2002 20:15:29 -0000	1.1
+++ plugins/qt-gui/src/mlview3.cpp	21 Aug 2002 22:52:16 -0000
@@ -24,14 +24,15 @@
 #endif
 
 #include <qglobal.h>
-#if QT_VERSION < 300
+#if QT_VERSION >= 300
 
 #include <qfont.h>
 #include <qpainter.h>
 #include <qaccel.h>
 #include <qregexp.h>
 #if USE_KDE
-#include <kurl.h>
+  #include <kurl.h>
+  #include <kapp.h>
 #endif
 
 #include "ewidgets.h"

Reply via email to