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

« back to all changes in this revision

Viewing changes to kwin/effects/flame.h

  • 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:
27
27
        virtual void windowClosed( EffectWindow* c );
28
28
        virtual void windowDeleted( EffectWindow* c );
29
29
    private:
30
 
        QHash< const EffectWindow*, float > windows;
 
30
        QHash< const EffectWindow*, double > windows;
31
31
    };
32
32
 
33
33
} // namespace