changeset 37 | 758a864f9613 |
parent 18 | 2f34d5167611 |
--- a/demos/embedded/desktopservices/desktopwidget.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/demos/embedded/desktopservices/desktopwidget.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -73,7 +73,7 @@ // Links LinkTab* othersTab = new LinkTab(tabWidget);; - // Given icon file will be overriden by LinkTab + // Given icon file will be overridden by LinkTab othersTab->init(QDesktopServices::PicturesLocation, "", ""); tabWidget->addTab(othersTab, tr("Links"));