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

(-)tdebase/konqueror/about/konq_aboutpage.cc (+4 lines)
Lines 19-24 Link Here
19
#include <tqfile.h>
19
#include <tqfile.h>
20
#include <tqdir.h>
20
#include <tqdir.h>
21
21
22
#define KUBUNTU
23
22
K_EXPORT_COMPONENT_FACTORY( konq_aboutpage, KonqAboutPageFactory )
24
K_EXPORT_COMPONENT_FACTORY( konq_aboutpage, KonqAboutPageFactory )
23
25
24
KInstance *KonqAboutPageFactory::s_instance = 0;
26
KInstance *KonqAboutPageFactory::s_instance = 0;
Lines 168-175 Link Here
168
      .arg( i18n( "Installed programs" ) )
170
      .arg( i18n( "Installed programs" ) )
169
      .arg( help_icon_path )
171
      .arg( help_icon_path )
170
      .arg(iconSize).arg(iconSize)
172
      .arg(iconSize).arg(iconSize)
173
#ifdef KUBUNTU
171
      .arg( i18n( "About Kubuntu" ) )
174
      .arg( i18n( "About Kubuntu" ) )
172
      .arg( i18n( "<a href=\"help:/kubuntu/\">Kubuntu Documentation</a>" ) )
175
      .arg( i18n( "<a href=\"help:/kubuntu/\">Kubuntu Documentation</a>" ) )
176
#endif // KUBUNTU
173
      .arg( continue_icon_path )
177
      .arg( continue_icon_path )
174
      .arg( KIcon::SizeSmall ).arg( KIcon::SizeSmall )
178
      .arg( KIcon::SizeSmall ).arg( KIcon::SizeSmall )
175
      .arg( i18n( "Next: An Introduction to Konqueror" ) )
179
      .arg( i18n( "Next: An Introduction to Konqueror" ) )

Return to bug 1195