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

« back to all changes in this revision

Viewing changes to kicker/taskbar/taskcontainer.cpp

  • 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:
1494
1494
        data.message = m_startup->text();
1495
1495
        data.subtext = i18n("Loading application ...");
1496
1496
        data.icon = KIconLoader::global()->loadIcon(m_startup->icon(),
1497
 
                                                    K3Icon::Small,
1498
 
                                                    K3Icon::SizeMedium,
1499
 
                                                    K3Icon::DefaultState,
 
1497
                                                    KIconLoader::Small,
 
1498
                                                    KIconLoader::SizeMedium,
 
1499
                                                    KIconLoader::DefaultState,
1500
1500
                                                    QStringList(), 0, true);
1501
1501
        return;
1502
1502
    }
1514
1514
    {
1515
1515
        // try to load icon via net_wm
1516
1516
        pixmap = KWindowSystem::icon(tasks.last()->window(),
1517
 
                            K3Icon::SizeMedium,
1518
 
                            K3Icon::SizeMedium,
 
1517
                            KIconLoader::SizeMedium,
 
1518
                            KIconLoader::SizeMedium,
1519
1519
                            true);
1520
1520
    }
1521
1521