From 34a77b2f0929838d9d4b7e46b70dfd4edf4d9d35 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 12:54:14 -0500 Subject: [PATCH] Fix inadvertent tq changes. --- kdirstat/ktreemapview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 );