/[qnet]/qnet/src/qnet.h
ViewVC logotype

Diff of /qnet/src/qnet.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by Sigma, Sat May 10 18:03:21 2003 UTC revision 1.6 by Sigma, Tue Aug 26 16:58:04 2003 UTC
# Line 64  public slots: Line 64  public slots:
64            
65      void loadPlugin(const QString&);      void loadPlugin(const QString&);
66    
67        void refreshMenu();
68        
69  private:  private:
70      QDomDocument m_document;      QDomDocument m_document;
71      QMap<QWidget*,ChatSession*> tab_map;      QMap<QWidget*,ChatSession*> tab_map;
# Line 71  private: Line 73  private:
73      QValueList<ChatSession*> sessions;      QValueList<ChatSession*> sessions;
74      QTextBrowser *fortune_page;      QTextBrowser *fortune_page;
75      QProcess *fproc;      QProcess *fproc;
76            QPopupMenu *new_menu;
77      RemoteControlServerInfo *rctl;      RemoteControlServerInfo *rctl;
78            
79  private:  private slots:
80      void launchSession(const QString& name);      void launchSession(const QString& name);
81        void launchSession(int index);
82  };  };
83    
84  #endif  #endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26