@ -65,10 +65,10 @@ GroupWiseChatSession::GroupWiseChatSession(const Kopete::Contact* user, Kopete::
m_actionInvite = new KActionMenu ( i18n ( " &Invite " ) , actionCollection ( ) , " gwInvite " ) ;
connect ( m_actionInvite - > popupMenu ( ) , TQT_SIGNAL ( aboutToShow ( ) ) , this , TQT_SLOT ( slotActionInviteAboutToShow ( ) ) ) ;
m_secure = new KAction ( i18n ( " Security tq Status" ) , " encrypted " , KShortcut ( ) , this , TQT_SLOT ( slotShowSecurity ( ) ) , actionCollection ( ) , " gwSecureChat " ) ;
m_secure = new KAction ( i18n ( " Security Status" ) , " encrypted " , KShortcut ( ) , this , TQT_SLOT ( slotShowSecurity ( ) ) , actionCollection ( ) , " gwSecureChat " ) ;
m_secure - > setToolTip ( i18n ( " Conversation is secure " ) ) ;
m_logging = new KAction ( i18n ( " Archiving tq Status" ) , " logchat " , KShortcut ( ) , this , TQT_SLOT ( slotShowArchiving ( ) ) , actionCollection ( ) , " gwLoggingChat " ) ;
m_logging = new KAction ( i18n ( " Archiving Status" ) , " logchat " , KShortcut ( ) , this , TQT_SLOT ( slotShowArchiving ( ) ) , actionCollection ( ) , " gwLoggingChat " ) ;
updateArchiving ( ) ;
setXMLFile ( " gwchatui.rc " ) ;
@ -503,14 +503,14 @@ void GroupWiseChatSession::slotShowSecurity()
{
TQWidget * w = ( view ( false ) ? dynamic_cast < KMainWindow * > ( view ( false ) - > mainWidget ( ) - > tqtopLevelWidget ( ) ) :
Kopete : : UI : : Global : : mainWidget ( ) ) ;
KMessageBox : : queuedMessageBox ( w , KMessageBox : : Information , i18n ( " This conversation is secured with SSL security. " ) , i18n ( " Security tq Status" ) ) ;
KMessageBox : : queuedMessageBox ( w , KMessageBox : : Information , i18n ( " This conversation is secured with SSL security. " ) , i18n ( " Security Status" ) ) ;
}
void GroupWiseChatSession : : slotShowArchiving ( )
{
TQWidget * w = ( view ( false ) ? dynamic_cast < KMainWindow * > ( view ( false ) - > mainWidget ( ) - > tqtopLevelWidget ( ) ) :
Kopete : : UI : : Global : : mainWidget ( ) ) ;
KMessageBox : : queuedMessageBox ( w , KMessageBox : : Information , i18n ( " This conversation is being logged administratively. " ) , i18n ( " Archiving tq Status" ) ) ;
KMessageBox : : queuedMessageBox ( w , KMessageBox : : Information , i18n ( " This conversation is being logged administratively. " ) , i18n ( " Archiving Status" ) ) ;
}
# include "gwmessagemanager.moc"