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

(-)qcppdialogimpl.cpp (-1 / +2 lines)
Lines 38-44 Link Here
38
#include <qregexp.h>
38
#include <qregexp.h>
39
#include <qspinbox.h>
39
#include <qspinbox.h>
40
40
41
#include <iostream.h>
41
#include <iostream>
42
42
43
#include <errno.h>
43
#include <errno.h>
44
#include <unistd.h>
44
#include <unistd.h>
Lines 49-54 Link Here
49
#include <sys/types.h>
49
#include <sys/types.h>
50
#include <sys/select.h>
50
#include <sys/select.h>
51
#include <fcntl.h>
51
#include <fcntl.h>
52
using std::cerr;
52
53
53
void millisleep(int ms)
54
void millisleep(int ms)
54
{
55
{

Return to bug 219090