Package: licq
Version: 1.3.0-3
Severity: serious
Tags: patch

When building 'licq' on unstable, I get the following error:

/usr/share/qt3/include/qtooltip.h:86: warning: 'class QToolTip' has virtual 
functions but non-virtual destructor
messagebox.h:48: error: ISO C++ forbids declaration of 'CMsgViewTips' with no 
type
messagebox.h:48: error: expected ';' before '*' token

With the attached patch 'licq' can be compiled with gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/licq-1.3.0/plugins/qt-gui/src/messagebox.h 
./plugins/qt-gui/src/messagebox.h
--- ../tmp-orig/licq-1.3.0/plugins/qt-gui/src/messagebox.h      2001-11-22 
20:27:00.000000000 +0000
+++ ./plugins/qt-gui/src/messagebox.h   2005-08-29 15:26:19.000000000 +0000
@@ -8,6 +8,7 @@
 
 class CUserEvent;
 class MsgView;
+class CMsgViewTips;
 
 
//=====UserViewItem================================================================================
 class MsgViewItem : public QListViewItem


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to