diff -u psi-0.12/debian/changelog psi-0.12/debian/changelog --- psi-0.12/debian/changelog +++ psi-0.12/debian/changelog @@ -1,3 +1,9 @@ +psi (0.12-2ubuntu1) jaunty; urgency=low + + * Fix psi to work with QT 4.5 (patch from mainstream) + + -- Krzysztof Klimonda Fri, 17 Apr 2009 16:48:00 +0200 + psi (0.12-2) unstable; urgency=low * Uploading to unstable (Closes: Bug#494352) only in patch2: unchanged: --- psi-0.12.orig/src/main.cpp +++ psi-0.12/src/main.cpp @@ -274,9 +274,9 @@ int main(int argc, char *argv[]) { + PsiApplication app(argc, argv); // it must be initialized first in order for ApplicationInfo::resourcesDir() to work QCA::Initializer init; - PsiApplication app(argc, argv); QApplication::addLibraryPath(ApplicationInfo::resourcesDir()); QApplication::addLibraryPath(ApplicationInfo::homeDir()); QApplication::setQuitOnLastWindowClosed(false); only in patch2: unchanged: --- psi-0.12.orig/src/options/ui_options.ui +++ psi-0.12/src/options/ui_options.ui @@ -77,25 +77,8 @@ - - - - 7 - 3 - 0 - 0 - - - - - - 0 - 0 - 268 - 201 - - - + + @@ -177,9 +160,6 @@ qPixmapFromMimeSource - Q3WidgetStack - Q3WidgetStack -
q3widgetstack.h
1
only in patch2: unchanged: --- psi-0.12.orig/src/options/optionsdlg.cpp +++ psi-0.12/src/options/optionsdlg.cpp @@ -466,7 +466,7 @@ } } - dlg->ws_tabs->raiseWidget( tab ); + dlg->ws_tabs->setCurrentWidget( tab ); // and select item in lv_tabs... Q3ListViewItemIterator it( dlg->lv_tabs );