~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to src/alerticon.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-09-14 16:33:49 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050914163349-3zacov4afysz5cw5
Tags: 0.9.3-2ubuntu1
* Sync with debian
* Applied patch to psi.desktop to start psi without gpg-agent use (known
  issue)
* Updated README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        const QImage &image() const;
36
36
        const QIconSet & iconSet() const;
37
37
        const Impix &impix() const;
 
38
        int framenumber() const;
 
39
        const QString &name() const;
38
40
 
39
41
public slots:
40
42
        void activated(bool playSound = true);