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

(-)src/ksmoothdock.h.orig (+1 lines)
Lines 27-32 Link Here
27
#endif
27
#endif
28
28
29
#include <vector>
29
#include <vector>
30
#include <memory>
30
31
31
#include <qwidget.h>
32
#include <qwidget.h>
32
33
(-)src/ksmoothdock.cpp.orig (+2 lines)
Lines 24-29 Link Here
24
24
25
#include <iostream>
25
#include <iostream>
26
#include <iterator>
26
#include <iterator>
27
#include <typeinfo>
28
27
29
28
#include <qdir.h>
30
#include <qdir.h>
29
31
(-)src/buttonisedstate.h.orig (+2 lines)
Lines 20-25 Link Here
20
#ifndef BUTTONISEDSTATE_H
20
#ifndef BUTTONISEDSTATE_H
21
#define BUTTONISEDSTATE_H
21
#define BUTTONISEDSTATE_H
22
22
23
#include <memory>
24
#include <typeinfo>
23
#include <qobject.h>
25
#include <qobject.h>
24
#include "dockstate.h"
26
#include "dockstate.h"
25
27
(-)src/normalzoomstate.h.orig (+2 lines)
Lines 20-25 Link Here
20
#ifndef NORMALZOOMSTATE_H
20
#ifndef NORMALZOOMSTATE_H
21
#define NORMALZOOMSTATE_H
21
#define NORMALZOOMSTATE_H
22
22
23
#include <memory>
24
23
#include <qobject.h>
25
#include <qobject.h>
24
#include "dockstate.h"
26
#include "dockstate.h"
25
27
(-)src/paraboliczoomstate.h.orig (+2 lines)
Lines 20-25 Link Here
20
#ifndef PARABOLICZOOMSTATE_H
20
#ifndef PARABOLICZOOMSTATE_H
21
#define PARABOLICZOOMSTATE_H
21
#define PARABOLICZOOMSTATE_H
22
22
23
#include <memory>
24
#include <typeinfo>
23
#include <qobject.h>
25
#include <qobject.h>
24
#include "dockstate.h"
26
#include "dockstate.h"
25
27
(-)src/normalzoomstate.cpp.orig (+2 lines)
Lines 19-24 Link Here
19
 ***************************************************************************/
19
 ***************************************************************************/
20
#include "normalzoomstate.h"
20
#include "normalzoomstate.h"
21
21
22
23
#include <typeinfo>
22
#include <iostream>
24
#include <iostream>
23
#include <unistd.h>
25
#include <unistd.h>
24
26
(-)src/paraboliczoomstate.cpp.orig (+2 lines)
Lines 19-24 Link Here
19
 ***************************************************************************/
19
 ***************************************************************************/
20
#include "paraboliczoomstate.h"
20
#include "paraboliczoomstate.h"
21
21
22
23
#include <cstdlib>
22
#include <iostream>
24
#include <iostream>
23
#include <unistd.h>
25
#include <unistd.h>
24
26

Return to bug 226189