mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
fd69975780
1) Move kvirc to use Qt 2.1. Patch added assists with this. 2) Add support for multi-byte people, through SS_X_EXTRA_LIBS=-lxpg4. Submitted by: imura (#2) Reported by: Vladimir B. Grebenschikov <vova@express.ru>
11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
--- src/kvirc/kvi_systray.h Mon Dec 20 10:28:58 1999
|
|
+++ src/kvirc/kvi_systray.h Sat Apr 15 03:16:04 2000
|
|
@@ -27,6 +27,7 @@
|
|
|
|
#include <qwidget.h>
|
|
#include <qpixmap.h>
|
|
+#include <qlist.h>
|
|
|
|
//#warning "Check <time.h> localtime() gmtime() time() in configure"
|
|
#include <time.h>
|