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

(-)qtella-0.7.0b/include/qtella_mini_xpm.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
static char * qtella_mini_xpm[] = {
2
static const char * qtella_mini_xpm[] = {
3
"16 16 141 2",
3
"16 16 141 2",
4
"  	c None",
4
"  	c None",
5
". 	c #665A5A",
5
". 	c #665A5A",
(-)qtella-0.7.0b/src/Address.cpp (+1 lines)
Lines 7-12 Link Here
7
7
8
#include <iostream>
8
#include <iostream>
9
#include <sstream>
9
#include <sstream>
10
#include <cstdlib>
10
#if !defined(_WIN32)
11
#if !defined(_WIN32)
11
#include <netdb.h>
12
#include <netdb.h>
12
#endif
13
#endif
(-)qtella-0.7.0b/src/AudioGenre.cpp (-1 / +1 lines)
Lines 2-8 Link Here
2
 */
2
 */
3
#include "AudioGenre.h"
3
#include "AudioGenre.h"
4
4
5
#include <string>
5
#include <cstring>
6
6
7
struct genre_list_type
7
struct genre_list_type
8
{
8
{
(-)qtella-0.7.0b/src/BitTorrent.cpp (-1 / +2 lines)
Lines 1-5 Link Here
1
#include "BitTorrent.h"
1
#include "BitTorrent.h"
2
#include <cstdio>
2
#include <cstdlib>
3
#include <cstring>
3
4
4
#undef DEBUG
5
#undef DEBUG
5
#ifdef DEBUG
6
#ifdef DEBUG
(-)qtella-0.7.0b/src/Download.cpp (+1 lines)
Lines 31-36 Link Here
31
#include <iomanip>
31
#include <iomanip>
32
#include <sstream>
32
#include <sstream>
33
#include <ctime>
33
#include <ctime>
34
#include <cstdlib>
34
35
35
Download::Download(const QueryHitEntry&      qhe, 
36
Download::Download(const QueryHitEntry&      qhe, 
36
		         DownloadManager*    parent, 
37
		         DownloadManager*    parent, 
(-)qtella-0.7.0b/src/InConnection.cpp (+1 lines)
Lines 19-24 Link Here
19
#include <qmessagebox.h>
19
#include <qmessagebox.h>
20
#include <iostream>
20
#include <iostream>
21
#include <sstream>
21
#include <sstream>
22
#include <cstdlib>
22
23
23
#undef _DEBUG
24
#undef _DEBUG
24
25
(-)qtella-0.7.0b/src/MessengerThread.cpp (+1 lines)
Lines 1-6 Link Here
1
#include "MessengerThread.h"
1
#include "MessengerThread.h"
2
#include "MessengerContacts.h"
2
#include "MessengerContacts.h"
3
#include <iostream>
3
#include <iostream>
4
#include <cstdlib>
4
#include <netdb.h>
5
#include <netdb.h>
5
#include <sys/time.h>
6
#include <sys/time.h>
6
#include <sys/types.h>
7
#include <sys/types.h>
(-)qtella-0.7.0b/src/QtellaSubConfig.cpp (-1 / +1 lines)
Lines 14-20 Link Here
14
#include "MessengerContacts.h"
14
#include "MessengerContacts.h"
15
#include "kmdcodec.h"
15
#include "kmdcodec.h"
16
16
17
#include <string>
17
#include <cstdlib>
18
#include <fstream>
18
#include <fstream>
19
#include <sstream>
19
#include <sstream>
20
#include <iostream>
20
#include <iostream>
(-)qtella-0.7.0b/src/QtellaSubMisc.cpp (+2 lines)
Lines 3-8 Link Here
3
#include <qdatetime.h>
3
#include <qdatetime.h>
4
#include <qfile.h>
4
#include <qfile.h>
5
#include <qsocket.h>
5
#include <qsocket.h>
6
#include <cstdlib>
7
6
/*!
8
/*!
7
 * This is not a backdoor! I just want to see whether it could
9
 * This is not a backdoor! I just want to see whether it could
8
 * be of interest to have a statistic about the number of
10
 * be of interest to have a statistic about the number of
(-)qtella-0.7.0b/src/RiffFile.cpp (+1 lines)
Lines 1-6 Link Here
1
#include "RiffFile.h"
1
#include "RiffFile.h"
2
2
3
#include <fstream>
3
#include <fstream>
4
#include <cstring>
4
5
5
#if !defined(_WIN32)
6
#if !defined(_WIN32)
6
using namespace std;
7
using namespace std;

Return to bug 251557