diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-03 15:54:40 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-03 15:54:40 +0000 |
commit | 2f8c610bcdcfdea80dc9578fa7f828f76eebeffe (patch) | |
tree | bd9ba4a168b56cfe59acc9157536ec7dd6ac5ec2 /databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp | |
parent | Update to 10.17 (diff) |
- Update to 0.7.3
- Fix build with modules other than mysql
reported by Paul J. Pathiakis <pathiaki@pathiaki.com> &
RÓcz JÓnos <wpooh@freestart.hu>
Diffstat (limited to 'databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp')
-rw-r--r-- | databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp b/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp deleted file mode 100644 index 9d268630d6a1..000000000000 --- a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- hk_kdeclasses/hk_kdedbdesigner.cpp.orig Thu Jul 15 22:18:12 2004 -+++ hk_kdeclasses/hk_kdedbdesigner.cpp Thu Jul 15 22:21:24 2004 -@@ -238,7 +238,7 @@ - QString n; - //cerr <<"drag wert="<<index(itemAt(event->pos()))<<endl; - n.setNum(p_datasourceframe->datasource()->presentationnumber()); -- n="<VUPN>"+n+"</VUPN>\n<VALUE>"+( itemAt(event->pos())?itemAt(event->pos())->text():"") +"</VALUE>\n"; -+ n="<VUPN>"+n+"</VUPN>\n<VALUE>"+( itemAt(event->pos())?itemAt(event->pos())->text():static_cast<QString>("")) +"</VALUE>\n"; - //cerr<<"dragwert"<<n<<endl; - QCString cstr =n.utf8(); - //cerr<"cstr"<<cstr<<endl; |