Fix inadvertently renamed Docking => TQt::Docking.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/37/head
Slávek Banko 4 лет назад
Родитель f4be3a6e19
Сommit 011fb5e140
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 608F5293A04BE668

@ -265,7 +265,7 @@ bool MainWindow::queryClose()
// Associate source to image and show the dialog:
TQMimeSourceFactory::defaultFactory()->setPixmap("systray_shot", shot);
KMessageBox::information(this, i18n( "<qt><p>Closing the main window will keep Akregator running in the system tray. Use 'Quit' from the 'File' menu to quit the application.</p><p><center><img source=\"systray_shot\"></center></p></qt>" ), i18n( "TQt::Docking in System Tray" ), "hideOnCloseInfo");
KMessageBox::information(this, i18n( "<qt><p>Closing the main window will keep Akregator running in the system tray. Use 'Quit' from the 'File' menu to quit the application.</p><p><center><img source=\"systray_shot\"></center></p></qt>" ), i18n( "Docking in System Tray" ), "hideOnCloseInfo");
hide();
return false;
}

Загрузка…
Отмена
Сохранить