QT changed their versioning scheme,
this should fix a warning (there are more places to fix!)

Thomas

-- 
Why is it that we rejoice at a birth and grieve at a funeral?  It is because 
we
are not the person involved.
                -- Mark Twain, "Pudd'nhead Wilson's Calendar"
Index: plugins/qt-gui/src/mainwin.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/mainwin.cpp,v
retrieving revision 1.265
diff -u -3 -p -r1.265 mainwin.cpp
--- plugins/qt-gui/src/mainwin.cpp	6 Jan 2003 03:15:14 -0000	1.265
+++ plugins/qt-gui/src/mainwin.cpp	14 Jan 2003 21:27:03 -0000
@@ -3186,7 +3186,7 @@ void CMainWindow::initMenu()
    a->insertItem(ALT + Key_F, ICQ_STATUS_OFFLINE);
    a->insertItem(ALT + Key_I, ICQ_STATUS_FxPRIVATE);
    connect(a, SIGNAL(activated(int)), this, SLOT(changeStatusManual(int)));
-#if QT_VERSION > 309
+#if QT_VERSION > 0x030006
    connect(a, SIGNAL(activatedAmbiguously(int)), this, SLOT(changeStatusManual(int)));
 #endif
          

Attachment: msg01878/pgp00000.pgp
Description: signature

Reply via email to