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 2110
Collapse All | Expand All

(-)tdeioslave/media/medianotifier/notificationdialog.cpp.orig (+2 lines)
Lines 28-34 Link Here
28
#include <tqlabel.h>
28
#include <tqlabel.h>
29
#include <tqcheckbox.h>
29
#include <tqcheckbox.h>
30
#include <tqpushbutton.h>
30
#include <tqpushbutton.h>
31
#ifdef COMPILE_TDEHARDWAREBACKEND
31
#include <tdehardwaredevices.h>
32
#include <tdehardwaredevices.h>
33
#endif
32
34
33
#include "actionlistboxitem.h"
35
#include "actionlistboxitem.h"
34
#include "notificationdialogview.h"
36
#include "notificationdialogview.h"

Return to bug 2110