Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214037
Collapse All | Expand All

(-)kadu.orig/kadu-core/chat_message.cpp (+1 lines)
Lines 8-13 Link Here
8
 ***************************************************************************/
8
 ***************************************************************************/
9
9
10
#include <qregexp.h>
10
#include <qregexp.h>
11
#include <stdlib.h>
11
12
12
#include "kadu_parser.h"
13
#include "kadu_parser.h"
13
#include "gadu_images_manager.h"
14
#include "gadu_images_manager.h"
(-)kadu.orig/modules/dcc/dcc.cpp (+1 lines)
Lines 18-23 Link Here
18
18
19
#include <fcntl.h>
19
#include <fcntl.h>
20
#include <unistd.h>
20
#include <unistd.h>
21
#include <stdlib.h>
21
#include <sys/socket.h>
22
#include <sys/socket.h>
22
#include <sys/un.h>
23
#include <sys/un.h>
23
#include <netinet/in.h>
24
#include <netinet/in.h>
(-)kadu.orig/modules/notify/new_message_notification.h (-1 / +1 lines)
Lines 27-33 Link Here
27
	static void registerEvents(Notify * manager);
27
	static void registerEvents(Notify * manager);
28
	static void unregisterEvents(Notify * manager);
28
	static void unregisterEvents(Notify * manager);
29
29
30
	MessageNotification(MessageType message, const UserListElements &userListElements, const QString &message, const QString &protocolName);
30
	MessageNotification(MessageType messageType, const UserListElements &userListElements, const QString &message, const QString &protocolName);
31
	virtual ~MessageNotification() {};
31
	virtual ~MessageNotification() {};
32
32
33
};
33
};

Return to bug 214037