[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kopete/protocols/aim
From:       Martijn Klingens <klingens () kde ! org>
Date:       2002-12-13 22:59:54
[Download RAW message or body]

CVS commit by mklingens: 

remove all traces of statusbaricon, reorder some entries in the header
file and unify whitespace usage


  M +0 -1      aimprotocol.cpp   1.83
  M +109 -118  aimprotocol.h   1.43


--- kdenonbeta/kopete/protocols/aim/aimprotocol.cpp  #1.82:1.83
@@ -191,5 +191,4 @@ void AIMProtocol::updateEngine()
     QString SN = KGlobal::config()->readEntry("ScreenName", i18n("(No ScreenName Set)"));
 
-    popup = new KPopupMenu(statusBarIcon);
     popup->insertTitle(SN);
     actionGoOnline->plug( popup );

--- kdenonbeta/kopete/protocols/aim/aimprotocol.h  #1.42:1.43
@@ -32,5 +32,4 @@
 #include "aimprocessbuddies.h"
 #include "kopeteprotocol.h"
-#include "statusbaricon.h"
 #include "systemtray.h"
 #include "taim.h"
@@ -54,6 +53,5 @@ class AIMProtocol : public KopeteProtoco
     Q_OBJECT
         
-        public:
-       
+public:
     /**
      * Builds a new AIMProtocol object
@@ -125,12 +122,15 @@ class AIMProtocol : public KopeteProtoco
     QString nickName() const { return mName; };
     QString getAwayMessage() { return mAwayMessage; };
-  /** No descriptions */
   KActionMenu * protocolActions();
 
-    public slots:
+public slots:
         void slotChangeStatus(int);
         void serialize( KopeteMetaContact *metaContact);
 
-    private slots:
+signals:
+        void statusChanged ( int );
+        void settingsChanged ( void );
+
+private slots:
         /** Internal Functions */
         void slotConnected();
@@ -144,5 +144,5 @@ class AIMProtocol : public KopeteProtoco
     void slotBuddyListReceived();
     void slotIMReceived(QString, QString, bool);
- private:
+private:
     static AIMProtocol* protocolStatic_;
 
@@ -164,17 +164,8 @@ class AIMProtocol : public KopeteProtoco
      */
     void setStatus( int status );
- signals:
-    void statusChanged ( int );
-    void settingsChanged ( void );
 };
 
 #endif
-/*
- * Local variables:
- * c-indentation-style: k&r
- * c-basic-offset: 4
- * indent-tabs-mode: t
- * End:
- */
+
 // vim: set noet ts=4 sts=4 sw=4:
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic