Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574438 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/gspeakersobject.h (-1 / +1 lines)
Lines 18-24 Link Here
18
#ifndef __GSPEAKERSOBJECT_H
18
#ifndef __GSPEAKERSOBJECT_H
19
#define __GSPEAKERSOBJECT_H
19
#define __GSPEAKERSOBJECT_H
20
20
21
#include <sigc++/object.h>
21
#include <sigc++/trackable.h>
22
22
23
/*
23
/*
24
 * This is a base object for data-containers in this project
24
 * This is a base object for data-containers in this project
(-)a/src/speakereditor.h (-1 / +1 lines)
Lines 20-26 Link Here
20
#ifndef __GSPEAKERS_SPEAKEREDITOR
20
#ifndef __GSPEAKERS_SPEAKEREDITOR
21
#define __GSPEAKERS_SPEAKEREDITOR
21
#define __GSPEAKERS_SPEAKEREDITOR
22
22
23
#include <sigc++/object.h>
23
#include <sigc++/trackable.h>
24
#include <gtkmm/widget.h>
24
#include <gtkmm/widget.h>
25
#include <gtkmm/filechooserdialog.h>
25
#include <gtkmm/filechooserdialog.h>
26
#include <glibmm/ustring.h>
26
#include <glibmm/ustring.h>

Return to bug 574438