~ubuntu-branches/ubuntu/hardy/kdenetwork-kde4/hardy-backports

« back to all changes in this revision

Viewing changes to kopete/protocols/oscar/icq/icqaccount.h

  • Committer: Bazaar Package Importer
  • Author(s): Terence Simpson
  • Date: 2008-05-02 19:16:55 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080502191655-urlvhon23z2apnqr
Tags: 4:4.0.4-0ubuntu1~hardy1
* New upstream release (LP: #226323)
* Updated descriptions of packges to reflect KDE 4 (LP: #220655)
* Removed reference to IRC from kopete-kde4

+++ Richard Johnson
* Updated install files to bump sonames from 4.0.0 to 4.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
class KToggleAction;
30
30
 
31
31
namespace Kopete { class StatusMessage; }
 
32
namespace Xtraz { class Status; }
32
33
class ICQProtocol;
33
34
class ICQAccount;
34
35
class ICQUserInfoWidget;
87
88
 
88
89
private slots:
89
90
        void setPresenceTarget( const Oscar::Presence &presence, const QString &message = QString() );
90
 
        
 
91
        void setPresenceXStatus( const Xtraz::Status &xStatus );
 
92
 
91
93
        void slotToggleInvisible();
92
94
 
93
95
        void slotUserInfo();