By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 755
Collapse All | Expand All

(-)kdebase/kioslave/media/mediamanager/halbackend.h (-3 / +3 lines)
Lines 40-49 Link Here
40
/* We acknowledge the the dbus API is unstable */
40
/* We acknowledge the the dbus API is unstable */
41
#define DBUS_API_SUBJECT_TO_CHANGE
41
#define DBUS_API_SUBJECT_TO_CHANGE
42
/* DBus-Qt bindings */
42
/* DBus-Qt bindings */
43
#include <dbus/connection.h>
43
#include <dbus-1.0/dbus/connection.h>
44
/* HAL libraries */
44
/* HAL libraries */
45
#include <libhal.h>
45
#include <hal/libhal.h>
46
#include <libhal-storage.h>
46
#include <hal/libhal-storage.h>
47
47
48
namespace KIO {
48
namespace KIO {
49
  class Job;
49
  class Job;

Return to bug 755