~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy

« back to all changes in this revision

Viewing changes to ksysguard/gui/SensorDisplayLib/SensorLogger.cc

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-11 14:04:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071011140448-v0eb7lxbb24zagca
Tags: 3.94.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
            break;
104
104
        }
105
105
      } else if ( role == Qt::DecorationRole ) {
106
 
        static QPixmap runningPixmap = KIconLoader::global()->loadIcon( "running", K3Icon::Small, K3Icon::SizeSmall );
107
 
        static QPixmap waitingPixmap = KIconLoader::global()->loadIcon( "waiting", K3Icon::Small, K3Icon::SizeSmall );
 
106
        static QPixmap runningPixmap = KIconLoader::global()->loadIcon( "running", KIconLoader::Small, KIconLoader::SizeSmall );
 
107
        static QPixmap waitingPixmap = KIconLoader::global()->loadIcon( "waiting", KIconLoader::Small, KIconLoader::SizeSmall );
108
108
 
109
109
        if ( index.column() == 0 ) {
110
110
          if ( sensor->isLogging() )