summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq/files/1.3.0-gcc3.4.patch')
-rw-r--r--net-im/licq/files/1.3.0-gcc3.4.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/licq/files/1.3.0-gcc3.4.patch b/net-im/licq/files/1.3.0-gcc3.4.patch
new file mode 100644
index 000000000000..8f475fd4ec9d
--- /dev/null
+++ b/net-im/licq/files/1.3.0-gcc3.4.patch
@@ -0,0 +1,11 @@
+--- mainwin.cpp.orig 2004-08-22 03:16:54.000000000 +0400
++++ mainwin.cpp 2004-08-22 03:13:18.000000000 +0400
+@@ -3960,7 +3960,7 @@
+
+ mnuStatus = new QPopupMenu(NULL);
+ mnuPFM = new QPopupMenu(NULL);
+- mnuPFM->insertItem(tr("Don't Show"), ICQ_PLUGIN_STATUSxINACTIVE);
++ mnuPFM->insertItem(tr("Don't Show"), (int) ICQ_PLUGIN_STATUSxINACTIVE);
+ mnuPFM->insertItem(tr("Available"), ICQ_PLUGIN_STATUSxACTIVE);
+ mnuPFM->insertItem(tr("Busy"), ICQ_PLUGIN_STATUSxBUSY);
+ connect(mnuPFM, SIGNAL(activated(int)), this, SLOT(changePFMStatus(int)));