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, 0 insertions, 11 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
deleted file mode 100644
index 8f475fd4ec9d..000000000000
--- a/net-im/licq/files/1.3.0-gcc3.4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)));