diff --git a/configuredialog.cpp b/configuredialog.cpp index e6989703b..dcdef9237 100644 --- a/configuredialog.cpp +++ b/configuredialog.cpp @@ -113,6 +113,7 @@ using MailTransport::TransportManagementWidget; #include #include #include +#include //Added by qt3to4: #include @@ -3983,13 +3984,7 @@ SecurityPageSMimeTab::SecurityPageSMimeTab( QWidget * parent ) bgHTTPProxy->addButton( mWidget->honorHTTPProxyRB ); bgHTTPProxy->addButton( mWidget->useCustomHTTPProxyRB ); -#ifdef __GNUC__ -#warning Port me! -#endif -// if ( !connectDCOPSignal( 0, "KPIM::CryptoConfig", "changed()", -// "load()", false ) ) - kError(5650) << "SecurityPageSMimeTab: connection to CryptoConfig's changed() failed" << endl; - + QDBusConnection::sessionBus().connect(QString(), QString(), "org.kde.kleo.CryptoConfig", "changed",this, SLOT(load()) ); } SecurityPageSMimeTab::~SecurityPageSMimeTab() @@ -4782,7 +4777,7 @@ void MiscPage::GroupwareTab::doLoadFromGlobalSettings() { it != a->folder()->child()->constEnd(); ++it ) { node = *it; - if (!node->isDir() && node->name() == "INBOX") + if (!node->isDir() && node->name() == "INBOX") break; }