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

(-)a/kcontrol/background/KCrossBGRender.cc (+2 lines)
Lines 221-226 bool KCrossBGRender::setCurrentEvent(bool init){ Link Here
221
			return true;
221
			return true;
222
		}
222
		}
223
	}
223
	}
224
	
225
	return false;
224
}
226
}
225
227
226
TQPixmap KCrossBGRender::getCurrentPixmap()
228
TQPixmap KCrossBGRender::getCurrentPixmap()
(-)a/kcontrol/iccconfig/iccconfig.cpp (-1 / +1 lines)
Lines 264-270 void KICCConfig::updateDisplayedInformation () { Link Here
264
}
264
}
265
265
266
TQString KICCConfig::extractFileName(TQString displayName, TQString profileName) {
266
TQString KICCConfig::extractFileName(TQString displayName, TQString profileName) {
267
	//
267
	return TQString();
268
}
268
}
269
269
270
int KICCConfig::findProfileIndex(TQString profileName) {
270
int KICCConfig::findProfileIndex(TQString profileName) {
(-)a/ksysguard/gui/kpm.c (-1 / +1 lines)
Lines 4-8 Link Here
4
4
5
int main()
5
int main()
6
{
6
{
7
  return execlp( "ksysguard", "ksysguard", "--showprocesses", 0 );
7
  return execlp( "ksysguard", "ksysguard", "--showprocesses", NULL );
8
}
8
}

Return to bug 2133