~ubuntu-branches/ubuntu/saucy/kopete/saucy-updates

« back to all changes in this revision

Viewing changes to protocols/oscar/aim/aimprotocol.h

  • Committer: Package Import Robot
  • Author(s): Howard Chan, Michał Zając, Howard Chan
  • Date: 2013-06-28 18:19:57 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130628181957-oe71prbd9qv1ygop
Tags: 4:4.10.90-0ubuntu1
[ Michał Zając ]
* New upstream beta release

[ Howard Chan ]
* Delete the API patch since it's included in upstream now.
* Fix control file to make -dbg depend on main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
{
30
30
public:
31
31
        AIMProtocolHandler();
32
 
        void handleURL( const KUrl & url ) const;
 
32
        void handleURL( const QString&, const KUrl & url ) const;
33
33
};
34
34
 
35
35
class AIMProtocol : public OscarProtocol