diff --git a/kdirstat/ktreemapview.cpp b/kdirstat/ktreemapview.cpp index 03e1f1d..43f07b6 100644 --- a/kdirstat/ktreemapview.cpp +++ b/kdirstat/ktreemapview.cpp @@ -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 );