Fix inadvertent tq changes.

pull/1/head
Darrell Anderson 12 years ago
parent 420618e662
commit 34a77b2f09

@ -629,8 +629,8 @@ KTreemapView::tileColor( KFileInfo * file )
if ( ext == "lo" ) return TQColor( 0xff, 0xa0, 0x00 );
if ( ext == "Po" ) return TQColor( 0xff, 0xa0, 0x00 );
if ( ext == "al" ) return TQColor( 0xff, 0xa0, 0x00 );
if ( ext == "tqmoc.cpp" ) return TQColor( 0xff, 0xa0, 0x00 );
if ( ext == "tqmoc.cc" ) return TQColor( 0xff, 0xa0, 0x00 );
if ( ext == "moc.cpp" ) return TQColor( 0xff, 0xa0, 0x00 );
if ( ext == "moc.cc" ) return TQColor( 0xff, 0xa0, 0x00 );
if ( ext == "elc" ) return TQColor( 0xff, 0xa0, 0x00 );
if ( ext == "la" ) return TQColor( 0xff, 0xa0, 0x00 );
if ( ext == "a" ) return TQColor( 0xff, 0xa0, 0x00 );

Loading…
Cancel
Save