Deprecated--

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=506323
This commit is contained in:
Laurent Montel 2006-02-06 14:47:18 +00:00
parent 2c0224231b
commit c07bf09711

View File

@ -90,7 +90,7 @@ void AppletChain::setXineramaScreen(int screen)
{
if (screen < 0 || screen > qApp->desktop()->numScreens() - 1)
{
kdDebug() << "tried to set a bad screen for AppletChain" << endl;
kDebug() << "tried to set a bad screen for AppletChain" << endl;
return;
}