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

(-)bbconf-1.10/bbconf/plugins/keybindings/my_kkeydialog.cpp (-1 / +1 lines)
Lines 36-42 Link Here
36
#include <qdrawutil.h>
36
#include <qdrawutil.h>
37
37
38
#include <qlabel.h>
38
#include <qlabel.h>
39
#include <iostream.h>
39
#include <iostream>
40
40
41
#include "my_kaccel.h"
41
#include "my_kaccel.h"
42
#include "my_kkeybutton.h"
42
#include "my_kkeybutton.h"
(-)bbconf-1.10/bbconf/plugins/keybindings/my_kaccel.cpp (-1 / +1 lines)
Lines 41-47 Link Here
41
#include <X11/Xlib.h>
41
#include <X11/Xlib.h>
42
#include <X11/keysymdef.h>
42
#include <X11/keysymdef.h>
43
#include <ctype.h>
43
#include <ctype.h>
44
#include <iostream.h>
44
#include <iostream>
45
45
46
//-------------------------------------------------------------------
46
//-------------------------------------------------------------------
47
47

Return to bug 251773