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

(-)a/korganizer/konewstuff.cpp (-1 / +1 lines)
Lines 33-39 Link Here
33
#include "konewstuff.h"
33
#include "konewstuff.h"
34
34
35
KONewStuff::KONewStuff( CalendarView *view ) :
35
KONewStuff::KONewStuff( CalendarView *view ) :
36
  KNewStuff( "korganizer/calendar", view ),
36
  TDENewStuff( "korganizer/calendar", view ),
37
  mView( view )
37
  mView( view )
38
{
38
{
39
}
39
}
(-)a/korganizer/konewstuff.h (-2 / +2 lines)
Lines 23-34 Link Here
23
#ifndef KONEWSTUFF_H
23
#ifndef KONEWSTUFF_H
24
#define KONEWSTUFF_H
24
#define KONEWSTUFF_H
25
25
26
#include "knewstuff/knewstuff.h"
26
#include "tdenewstuff/knewstuff.h"
27
27
28
class KOrganizer;
28
class KOrganizer;
29
class CalendarView;
29
class CalendarView;
30
30
31
class KONewStuff : public KNewStuff
31
class KONewStuff : public TDENewStuff
32
{
32
{
33
  public:
33
  public:
34
    KONewStuff( CalendarView * );
34
    KONewStuff( CalendarView * );

Return to bug 2127