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

(-)gtk-qt-engine/kcm_gtk/kcmgtk.cpp (-1 / +1 lines)
Lines 552-558 Link Here
552
552
553
TQString KcmGtk::quickHelp() const
553
TQString KcmGtk::quickHelp() const
554
{
554
{
555
	return i18n("");
555
	return "";
556
}
556
}
557
557
558
void KcmGtk::emacsDetailsClicked()
558
void KcmGtk::emacsDetailsClicked()

Return to bug 1864