svn path=/trunk/KDE/kdebase/workspace/; revision=508560
icc-effect-5.14.5
Laurent Montel 2006-02-12 09:33:38 +00:00
parent 591b9dae7f
commit 7d38abca77
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ int main( int argc, char* argv[] )
QString file = locate( "data", QString( "kwin/default_rules/" ) + argv[ 1 ] );
if( file.isEmpty())
{
kdWarning() << "File " << argv[ 1 ] << " not found!" << endl;
kWarning() << "File " << argv[ 1 ] << " not found!" << endl;
return 1;
}
KConfig src_cfg( file );