@ -26,4 +26,3 @@ int WINAPI DllEntryPoint(HINSTANCE, unsigned long, void*)
return 1;
}
//---------------------------------------------------------------------------
@ -27,4 +27,3 @@ int WINAPI DllEntryPoint(HINSTANCE, unsigned long, void*)
@ -422,4 +422,4 @@ void QEventLoop::appClosingDown()
void QEventLoop::setSingleToolkitEventHandling(bool enabled) {
// Do nothing
@ -134,4 +134,4 @@ void AddressBook::searchAddress( const QString &expr )
++it;
@ -21,4 +21,4 @@ void AddressDetails::okClicked()
editCountry->text(),
editZipCode->text() );
close();
@ -10,4 +10,4 @@ void SearchDialog::search()
{
emit searchAddress( editSearch->text() );