+ connect(m_urlNavigator, SIGNAL(urlsDropped(const KUrl::List&, const KUrl&)),
+ this, SLOT(dropUrls(const KUrl::List&, const KUrl&)));
+ connect(m_urlNavigator, SIGNAL(activated()),
+ this, SLOT(requestActivation()));
+ connect(this, SIGNAL(contentsMoved(int, int)),
+ m_urlNavigator, SLOT(storeContentsPosition(int, int)));