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

(-)kstreamripper/src/addnewstreamimpl.h.ORI (+1 lines)
Lines 22-27 Link Here
22
#define ADDNEWSTREAMIMPL_H
22
#define ADDNEWSTREAMIMPL_H
23
23
24
#include "addnewstream.h"
24
#include "addnewstream.h"
25
#include <tqt.h>
25
26
26
class AddNewStreamImpl : public AddNewStream
27
class AddNewStreamImpl : public AddNewStream
27
{
28
{

Return to bug 1393