]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/knights/knights-1.14/libqpe-opie.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / knights / knights-1.14 / libqpe-opie.patch
1 --- knights/knights/core.cpp~knights-opie       2002-09-01 12:02:49.000000000 +0200
2 +++ knights/knights/core.cpp    2003-06-24 14:38:11.000000000 +0200
3 @@ -24,9 +24,8 @@
4  #include <qmessagebox.h>
5  #include <qpe/fileselector.h>
6  #include "core.h"
7 -#include "qinputdialog.h"
8 +#include <qtcompat/qinputdialog.h>
9  #include <unistd.h>
10 -#include "qinputdialog.h"
11  
12  ///////////////////////////////////////
13  //
14 @@ -864,9 +863,9 @@
15  if (fileSelectorDialog->exec()==QDialog::Accepted)
16  {
17     
18 -   const DocLnk *d = selector->selected();
19 -   load(*d);
20 -   delete d;
21 +   // const DocLnk *d = selector->selected();
22 +   // load(*d);
23 +   // delete d;
24  }
25  delete fileSelectorDialog;
26