RE: disabling the mouse cursor

<[email protected]> Mon, 4 Feb 2008 10:51:27 +0530
Newsgroups gmane.comp.kde.devel.konq-e
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============0075066651==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C866ED.DA4ACAF6"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C866ED.DA4ACAF6
Content-Type: text/plain;
	charset="us-ascii"
content-transfer-encoding: quoted-printable

Hi Tom,
 
Sorry for missing out konq. You have to define the same flag in
konqueror "Makefile"s also.
Since cursor related codes are not built in qt, it will show
compilation/linking error in Konq.
 
Please define the same in Makefile of konq, and re-build it.
 
Regards,
Seban.
 

 

P please don't print this e-mail unless you really need to.

 

________________________________

From: [email protected] [mailto:[email protected]] 
Sent: Thursday, January 31, 2008 10:24 PM
To: For discussion of Konqueror/Embedded
Subject: RE: disabling the mouse cursor



Seban, 

Thanks for the reply.  I've remade the QT library defining QT_NO_CURSOR,
and the library builds fine, but building embeded konqueror it is
obviously looking for some cursor functions.  Is there a similar build
flag for konqueror that disables the cursor?  I've attached the make
output from linking up konqueror, and obviously the cursor information
is the problem. 

Thanks again for your help. 

Tom Green 
[email protected] 


/bin/sh ../../libtool --silent --tag=3DCXX --mode=3Dlink g++  -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -g -O2
-fno-reorder-blocks -fno-schedule-insns -fno-inline -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
-fno-check-new -fno-common -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT
-DQT_NO_ASCII_CAST    -o konqueror  -L/usr/local/lib -L/usr/local/lib
-export-dynamic main.o mainwindowbase.o mainwindebug.o htmlview.o
popuphandler.o view.o run.o browseriface.o bookmarks.o preferences.o
preferencesimpl.o mainwindow_qpe.o mainwindow_x11.o mainwindow_kiosk.o
mainwindow_tv.o xmltree.o bookmarkeditor.o bookmarkeditorimpl.o
bookmarkedit.o bookmarkeditimpl.o
../../konq-embed/dropin/kio/libkiodropin.la
../../konq-embed/kdesrc/khtml/ecma/libkjs_html_i.la
../../konq-embed/kdesrc/kjs/libkjs.la -lpcreposix -lpcre
../lib/libkonqe.la ../../konq-embed/kdesrc/kparts/libkparts.la
../../konq-embed/dropin/libdropin.la
../../konq-embed/dropin/kparts/libkpartsdropin.la
../../konq-embed/kdesrc/khtml/libkhtml_i.la
../../konq-embed/dropin/kssl/libkssldropin.la
../../konq-embed/kdesrc/kssl/libkssl.la 
/usr/bin/ld: warning: libstdc++.so.6, needed by
/usr/local/lib/libqte-mt.so, may conflict with libstdc++.so.5 
mainwindowbase.o:(.gnu.linkonce.d._ZTV14MainWindowBase+0x88): undefined
reference to `QWidget::setCursor(QCursor const&)' 
mainwindowbase.o:(.gnu.linkonce.d._ZTV14MainWindowBase+0x8c): undefined
reference to `QWidget::unsetCursor()' 
view.o:/konqueror/konq-embed/src/view.cc:319: undefined reference to
`Qt::waitCursor' 
view.o:/konqueror/konq-embed/src/view.cc:319: undefined reference to
`QApplication::setOverrideCursor(QCursor const&, bool)' 
view.o:/konqueror/konq-embed/src/view.cc:321: undefined reference to
`QApplication::restoreOverrideCursor()' 
bookmarks.o:(.gnu.linkonce.d._ZTV12BookmarkMenu+0x88): undefined
reference to `QWidget::setCursor(QCursor const&)' 
bookmarks.o:(.gnu.linkonce.d._ZTV12BookmarkMenu+0x8c): undefined
reference to `QWidget::unsetCursor()' 
preferences.o:(.gnu.linkonce.d._ZTV15PreferencesBase+0x88): undefined
reference to `QWidget::setCursor(QCursor const&)' 
preferences.o:(.gnu.linkonce.d._ZTV15PreferencesBase+0x8c): undefined
reference to `QWidget::unsetCursor()' 
preferencesimpl.o:(.gnu.linkonce.d._ZTV11Preferences+0x88): undefined
reference to `QWidget::setCursor(QCursor const&)' 
preferencesimpl.o:(.gnu.linkonce.d._ZTV11Preferences+0x8c): undefined
reference to `QWidget::unsetCursor()' 
mainwindow_kiosk.o:(.gnu.linkonce.d._ZTV15MainWindowKiosk+0x88):
undefined reference to `QWidget::setCursor(QCursor const&)' 
mainwindow_kiosk.o:(.gnu.linkonce.d._ZTV15MainWindowKiosk+0x8c):
undefined reference to `QWidget::unsetCursor()' 
bookmarkeditor.o:(.gnu.linkonce.d._ZTV18BookmarkEditorBase+0x88):
undefined reference to `QWidget::setCursor(QCursor const&)' 
bookmarkeditor.o:(.gnu.linkonce.d._ZTV18BookmarkEditorBase+0x8c):
undefined reference to `QWidget::unsetCursor()' 
bookmarkeditorimpl.o:(.gnu.linkonce.d._ZTV14BookmarkEditor+0x88):
undefined reference to `QWidget::setCursor(QCursor const&)' 
bookmarkeditorimpl.o:(.gnu.linkonce.d._ZTV14BookmarkEditor+0x8c):
undefined reference to `QWidget::unsetCursor()' 
bookmarkedit.o:(.gnu.linkonce.d._ZTV16BookmarkEditBase+0x88): undefined
reference to `QWidget::setCursor(QCursor const&)' 
bookmarkedit.o:(.gnu.linkonce.d._ZTV16BookmarkEditBase+0x8c): undefined
reference to `QWidget::unsetCursor()' 
bookmarkeditimpl.o:(.gnu.linkonce.d._ZTV12BookmarkEdit+0x88): undefined
reference to `QWidget::setCursor(QCursor const&)' 
bookmarkeditimpl.o:(.gnu.linkonce.d._ZTV12BookmarkEdit+0x8c): undefined
reference to `QWidget::unsetCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:948: undefined reference to
`QCursor::QCursor[in-charge](int)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:948: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:954: undefined reference to
`QCursor::QCursor[in-charge](int)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:954: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:954: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:957: undefined reference to
`QCursor::QCursor[in-charge](int)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:957: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:957: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:963: undefined reference to
`QCursor::QCursor[in-charge](int)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:965: undefined reference to
`QCursor::QCursor[in-charge](int)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:967: undefined reference to
`QCursor::QCursor[in-charge](int)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:967: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:967: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1124: undefined reference to
`QCursor::QCursor[in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1129: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1129: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1131: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1131: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1137: undefined reference to
`QCursor::QCursor[in-charge](int)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1137: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1141: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1144: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1144: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1149: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1152: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1156: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1160: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1164: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1168: more undefined references
to `QCursor::operator=3D(QCursor const&)' follow 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1177: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1183: undefined reference to
`QWidget::cursor() const' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1183: undefined reference to
`QCursor::handle() const' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1183: undefined reference to
`QCursor::handle() const' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1184: undefined reference to
`QCursor::handle() const' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1184: undefined reference to
`QCursor::handle() const' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1184: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1184: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1229: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konqueror
/konq-embed/kdesrc/khtml/khtmlview.cpp:1229: undefined reference to
`QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):(.gnu.link
once.d._ZTV9KHTMLView+0x88): undefined reference to
`QWidget::setCursor(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):(.gnu.link
once.d._ZTV9KHTMLView+0x8c): undefined reference to
`QWidget::unsetCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::workingCursor()': 
../../../konq-embed/dropin/kcursor.h:41: undefined reference to
`Qt::arrowCursor' 
../../../konq-embed/dropin/kcursor.h:41: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::arrowCursor()': 
../../../konq-embed/dropin/kcursor.h:44: undefined reference to
`Qt::arrowCursor' 
../../../konq-embed/dropin/kcursor.h:44: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::crossCursor()': 
../../../konq-embed/dropin/kcursor.h:50: undefined reference to
`Qt::crossCursor' 
../../../konq-embed/dropin/kcursor.h:50: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::sizeAllCursor()': 
../../../konq-embed/dropin/kcursor.h:53: undefined reference to
`Qt::sizeAllCursor' 
../../../konq-embed/dropin/kcursor.h:53: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::sizeHorCursor()': 
../../../konq-embed/dropin/kcursor.h:56: undefined reference to
`Qt::sizeHorCursor' 
../../../konq-embed/dropin/kcursor.h:56: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::sizeVerCursor()': 
../../../konq-embed/dropin/kcursor.h:59: undefined reference to
`Qt::sizeVerCursor' 
../../../konq-embed/dropin/kcursor.h:59: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::sizeBDiagCursor()': 
../../../konq-embed/dropin/kcursor.h:62: undefined reference to
`Qt::sizeBDiagCursor' 
../../../konq-embed/dropin/kcursor.h:62: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::sizeFDiagCursor()': 
../../../konq-embed/dropin/kcursor.h:65: undefined reference to
`Qt::sizeFDiagCursor' 
../../../konq-embed/dropin/kcursor.h:65: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::ibeamCursor()': 
../../../konq-embed/dropin/kcursor.h:68: undefined reference to
`Qt::ibeamCursor' 
../../../konq-embed/dropin/kcursor.h:68: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::waitCursor()': 
../../../konq-embed/dropin/kcursor.h:71: undefined reference to
`Qt::waitCursor' 
../../../konq-embed/dropin/kcursor.h:71: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In
function `KCursor::whatsThisCursor()': 
../../../konq-embed/dropin/kcursor.h:74: undefined reference to
`Qt::whatsThisCursor' 
../../../konq-embed/dropin/kcursor.h:74: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/konquero
r/konq-embed/kdesrc/khtml/khtml_part.cpp:2601: undefined reference to
`QCursor::operator=3D(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/konquero
r/konq-embed/kdesrc/khtml/khtml_part.cpp:2606: undefined reference to
`QCursor::QCursor[in-charge](QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/konquero
r/konq-embed/kdesrc/khtml/khtml_part.cpp:5758: undefined reference to
`Qt::waitCursor' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/konquero
r/konq-embed/kdesrc/khtml/khtml_part.cpp:5758: undefined reference to
`QApplication::setOverrideCursor(QCursor const&, bool)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/konquero
r/konq-embed/kdesrc/khtml/khtml_part.cpp:5762: undefined reference to
`QApplication::restoreOverrideCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/konquero
r/konq-embed/kdesrc/khtml/khtml_part.cpp:5904: undefined reference to
`Qt::waitCursor' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/konquero
r/konq-embed/kdesrc/khtml/khtml_part.cpp:5904: undefined reference to
`QApplication::setOverrideCursor(QCursor const&, bool)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/konquero
r/konq-embed/kdesrc/khtml/khtml_part.cpp:5907: undefined reference to
`QApplication::restoreOverrideCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o): In
function `KHTMLPartPrivate': 
/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:192: undefined
reference to `QCursor::QCursor[in-charge]()' 
/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:211: undefined
reference to `QCursor::operator=3D(QCursor const&)' 
/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:211: undefined
reference to `QCursor::~QCursor [in-charge]()' 
/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:211: undefined
reference to `QCursor::~QCursor [in-charge]()' 
/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:290: undefined
reference to `QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o): In
function `~KHTMLPartPrivate': 
/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:297: undefined
reference to `QCursor::~QCursor [in-charge]()' 
/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:297: undefined
reference to `QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):(.gnu.lin
konce.d._ZTV10KPopupMenu+0x88): undefined reference to
`QWidget::setCursor(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):(.gnu.lin
konce.d._ZTV10KPopupMenu+0x8c): undefined reference to
`QWidget::unsetCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):(.gnu.lin
konce.d._ZTV9KURLLabel+0x88): undefined reference to
`QWidget::setCursor(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):(.gnu.lin
konce.d._ZTV9KURLLabel+0x8c): undefined reference to
`QWidget::unsetCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o): In
function `KCursor::handCursor()': 
../../../konq-embed/dropin/kcursor.h:37: undefined reference to
`QCursor::QCursor[in-charge](int)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTVN5khtml14TextAreaWidgetE+0x88): undefined reference to
`QWidget::setCursor(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTVN5khtml14TextAreaWidgetE+0x8c): undefined reference to
`QWidget::unsetCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTVN5khtml14LineEditWidgetE+0x88): undefined reference to
`QWidget::setCursor(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTVN5khtml14LineEditWidgetE+0x8c): undefined reference to
`QWidget::unsetCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTVN5khtml14ComboBoxWidgetE+0x88): undefined reference to
`QWidget::setCursor(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTVN5khtml14ComboBoxWidgetE+0x8c): undefined reference to
`QWidget::unsetCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTV13KURLRequester+0x88): undefined reference to
`QWidget::setCursor(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTV13KURLRequester+0x8c): undefined reference to
`QWidget::unsetCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTV14KCompletionBox+0x88): undefined reference to
`QWidget::setCursor(QCursor const&)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.gnu.li
nkonce.d._ZTV14KCompletionBox+0x8c): undefined reference to
`QWidget::unsetCursor()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_frames.o):/konqu
eror/konq-embed/kdesrc/khtml/rendering/render_frames.cpp:397: undefined
reference to `QCursor::QCursor[in-charge](int)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_frames.o):/konqu
eror/konq-embed/kdesrc/khtml/rendering/render_frames.cpp:397: undefined
reference to `QApplication::setOverrideCursor(QCursor const&, bool)' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_frames.o):/konqu
eror/konq-embed/kdesrc/khtml/rendering/render_frames.cpp:397: undefined
reference to `QCursor::~QCursor [in-charge]()' 
../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_frames.o):/konqu
eror/konq-embed/kdesrc/khtml/rendering/render_frames.cpp:407: undefined
reference to `QApplication::restoreOverrideCursor()' 
collect2: ld returned 1 exit status 
make[5]: *** [konqueror] Error 1 
make[5]: Leaving directory `/konqueror/konq-embed/src' 
make[4]: *** [all-recursive] Error 1 
make[4]: Leaving directory `/konqueror/konq-embed/src' 
make[3]: *** [all] Error 2 
make[3]: Leaving directory `/konqueror/konq-embed/src' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/konqueror/konq-embed' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/konqueror' 
make: *** [all] Error 2 

[email protected] wrote on 01/29/2008 05:04:59 AM:

> Tom, 
>   
> Please define the following macro in Makefile QT_NO_CURSOR. 
>   
> Seban 
>   
>   
> P please don't print this e-mail unless you really need to. 
>   
> 
> From: [email protected] [mailto:[email protected]] 
> Sent: Thursday, January 24, 2008 3:04 AM
> To: [email protected]
> Subject: disabling the mouse cursor

> 
> In my application, all input is done using the local keypad.  When 
> konqueror starts, it creates a mouse cursor (arrow).  I have tried 
> to turn off the factory that creates a cursor in qt, but I still get
> the cursor.  How do I disable this, so I don't have the cursor 
> sitting in the middle of my page? 
> 
> TIA 
> 
> Tom, 
> 
> [email protected] 
> P Please do not print this email unless it is absolutely necessary. 
> Spread environmental awareness. 
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of 
> the addressee(s) and may contain proprietary, confidential or 
> privileged information. If you are not the intended recipient, you 
> should not disseminate, distribute or copy this e-mail. Please 
> notify the sender immediately and destroy all copies of this message
> and any attachments. 
> WARNING: Computer viruses can be transmitted via email. The 
> recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage
> caused by any virus transmitted by this email. 
> www.wipro.com _______________________________________________
> konq-e mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/konq-e


Please do not print this email unless it is absolutely necessary. Spread env=
ironmental awareness.

The information contained in this electronic message and any attachments to=
 this message are intended for the exclusive use of the addressee(s) and may=
 contain proprietary, confidential or privileged information. If you are not=
 the intended recipient, you should not disseminate, distribute or copy this=
 e-mail. Please notify the sender immediately and destroy all copies of this=
 message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should=
 check this email and any attachments for the presence of viruses. The compa=
ny accepts no liability for any damage caused by any virus transmitted by th=
is email. 

www.wipro.com

------_=_NextPart_001_01C866ED.DA4ACAF6
Content-Type: text/html;
	charset="us-ascii"
content-transfer-encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.3243" name=3DGENERATOR></HEAD>
<BODY>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D531071805-04022008><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2>Hi Tom,</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D531071805-04022008><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D531071805-04022008><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2>Sorry for missing out konq. You have to define the=
 same 
flag in konqueror "Makefile"s also.</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D531071805-04022008><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2>Since cursor related codes are not built in qt, it=
 will 
show compilation/linking error in Konq.</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D531071805-04022008><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D531071805-04022008><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2>Please define the same in Makefile of konq, and re-=
build 
it.</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D531071805-04022008><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D531071805-04022008><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2>Regards,</FONT></SPAN></DIV>
<DIV dir=3Dltr align=3Dleft><SPAN class=3D531071805-04022008><FONT face=3DAr=
ial 
color=3D#0000ff size=3D2>Seban.</FONT></SPAN></DIV>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2></FONT>&nbsp;</DIV>
<DIV class=3DSection1>
<DIV 
style=3D"BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium n=
one; PADDING-LEFT: 0in; PADDING-BOTTOM: 1pt; BORDER-LEFT: medium none; PADDI=
NG-TOP: 0in; BORDER-BOTTOM: windowtext 1.5pt solid; mso-element: para-border=
-div">
<P class=3DMsoNormal 
style=3D"BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium n=
one; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDI=
NG-TOP: 0in; BORDER-BOTTOM: medium none; mso-margin-top-alt: auto; mso-margi=
n-bottom-alt: auto; mso-border-bottom-alt: solid windowtext 1.5pt; mso-paddi=
ng-alt: 0in 0in 1.0pt 0in"><SPAN 
style=3D"FONT-SIZE: 10pt; COLOR: green; FONT-FAMILY: Arial"><?xml:namespace=
 prefix 
=3D o ns =3D "urn:schemas-microsoft-com:office:office" 
/><o:p>&nbsp;</o:p></SPAN></P></DIV>
<P class=3DMsoNormal 
style=3D"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN 
style=3D"FONT-SIZE: 18pt; COLOR: green; FONT-FAMILY: Webdings">P</SPAN><SPAN=
 
style=3D"COLOR: blue"> </SPAN><SPAN style=3D"FONT-SIZE: 10pt; COLOR: green">=
please 
don't print this e-mail unless you really need to.</SPAN></P></DIV>
<DIV>&nbsp;</DIV><BR>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft>
<HR tabIndex=3D-1>
<FONT face=3DTahoma size=3D2><B>From:</B> [email protected] 
[mailto:[email protected]] <BR><B>Sent:</B> Thursday, January 31, 2008 10:24=
 
PM<BR><B>To:</B> For discussion of Konqueror/Embedded<BR><B>Subject:</B> RE:=
 
disabling the mouse cursor<BR></FONT><BR></DIV>
<DIV></DIV><BR><FONT face=3Dsans-serif size=3D2>Seban,</FONT> <BR><BR><FONT=
 
face=3Dsans-serif size=3D2>Thanks for the reply. &nbsp;I've remade the QT li=
brary 
defining QT_NO_CURSOR, and the library builds fine, but building embeded 
konqueror it is obviously looking for some cursor functions. &nbsp;Is there=
 a 
similar build flag for konqueror that disables the cursor? &nbsp;I've attach=
ed 
the make output from linking up konqueror, and obviously the cursor informat=
ion 
is the problem.</FONT> <BR><BR><FONT face=3Dsans-serif size=3D2>Thanks again=
 for 
your help.</FONT> <BR><BR><FONT face=3Dsans-serif size=3D2>Tom Green</FONT>=
 
<BR><FONT face=3Dsans-serif size=3D2>[email protected]</FONT> <BR><BR><BR><=
FONT 
face=3Dsans-serif size=3D2>/bin/sh ../../libtool --silent --tag=3DCXX --mode=
=3Dlink g++ 
&nbsp;-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE 
-Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -g -O2=
 
-fno-reorder-blocks -fno-schedule-insns -fno-inline -Wformat-security 
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-=
new 
-fno-common -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST=
 
&nbsp; &nbsp;-o konqueror &nbsp;-L/usr/local/lib -L/usr/local/lib &nbsp; 
-export-dynamic main.o mainwindowbase.o mainwindebug.o htmlview.o popuphandl=
er.o 
view.o run.o browseriface.o bookmarks.o preferences.o preferencesimpl.o 
mainwindow_qpe.o mainwindow_x11.o mainwindow_kiosk.o mainwindow_tv.o xmltree=
.o 
bookmarkeditor.o bookmarkeditorimpl.o bookmarkedit.o bookmarkeditimpl.o 
&nbsp;../../konq-embed/dropin/kio/libkiodropin.la 
../../konq-embed/kdesrc/khtml/ecma/libkjs_html_i.la 
../../konq-embed/kdesrc/kjs/libkjs.la -lpcreposix -lpcre ../lib/libkonqe.la=
 
../../konq-embed/kdesrc/kparts/libkparts.la ../../konq-embed/dropin/libdropi=
n.la 
../../konq-embed/dropin/kparts/libkpartsdropin.la 
../../konq-embed/kdesrc/khtml/libkhtml_i.la 
../../konq-embed/dropin/kssl/libkssldropin.la 
../../konq-embed/kdesrc/kssl/libkssl.la</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>/usr/bin/ld: warning: libstdc++.so.6, needed by 
/usr/local/lib/libqte-mt.so, may conflict with libstdc++.so.5</FONT> <BR><FO=
NT 
face=3Dsans-serif 
size=3D2>mainwindowbase.o:(.gnu.linkonce.d._ZTV14MainWindowBase+0x88): undef=
ined 
reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>mainwindowbase.o:(.gnu.linkonce.d._ZTV14MainWindowBase+0x8c): undef=
ined 
reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>view.o:/konqueror/konq-embed/src/view.cc:319: undefined reference t=
o 
`Qt::waitCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>view.o:/konqueror/konq-embed/src/view.cc:319: undefined reference t=
o 
`QApplication::setOverrideCursor(QCursor const&amp;, bool)'</FONT> <BR><FONT=
 
face=3Dsans-serif size=3D2>view.o:/konqueror/konq-embed/src/view.cc:321: und=
efined 
reference to `QApplication::restoreOverrideCursor()'</FONT> <BR><FONT 
face=3Dsans-serif size=3D2>bookmarks.o:(.gnu.linkonce.d._ZTV12BookmarkMenu+0=
x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif size=3D2>bookmarks.o:(.gnu.linkonce.d._ZTV12BookmarkMenu+0=
x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>preferences.o:(.gnu.linkonce.d._ZTV15PreferencesBase+0x88): undefin=
ed 
reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>preferences.o:(.gnu.linkonce.d._ZTV15PreferencesBase+0x8c): undefin=
ed 
reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>preferencesimpl.o:(.gnu.linkonce.d._ZTV11Preferences+0x88): undefin=
ed 
reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>preferencesimpl.o:(.gnu.linkonce.d._ZTV11Preferences+0x8c): undefin=
ed 
reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>mainwindow_kiosk.o:(.gnu.linkonce.d._ZTV15MainWindowKiosk+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>mainwindow_kiosk.o:(.gnu.linkonce.d._ZTV15MainWindowKiosk+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>bookmarkeditor.o:(.gnu.linkonce.d._ZTV18BookmarkEditorBase+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>bookmarkeditor.o:(.gnu.linkonce.d._ZTV18BookmarkEditorBase+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>bookmarkeditorimpl.o:(.gnu.linkonce.d._ZTV14BookmarkEditor+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>bookmarkeditorimpl.o:(.gnu.linkonce.d._ZTV14BookmarkEditor+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>bookmarkedit.o:(.gnu.linkonce.d._ZTV16BookmarkEditBase+0x88): undef=
ined 
reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>bookmarkedit.o:(.gnu.linkonce.d._ZTV16BookmarkEditBase+0x8c): undef=
ined 
reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>bookmarkeditimpl.o:(.gnu.linkonce.d._ZTV12BookmarkEdit+0x88): undef=
ined 
reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>bookmarkeditimpl.o:(.gnu.linkonce.d._ZTV12BookmarkEdit+0x8c): undef=
ined 
reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:948: 
undefined reference to `QCursor::QCursor[in-charge](int)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:948: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:954: 
undefined reference to `QCursor::QCursor[in-charge](int)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:954: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:954: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:957: 
undefined reference to `QCursor::QCursor[in-charge](int)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:957: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:957: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:963: 
undefined reference to `QCursor::QCursor[in-charge](int)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:965: 
undefined reference to `QCursor::QCursor[in-charge](int)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:967: 
undefined reference to `QCursor::QCursor[in-charge](int)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:967: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:967: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1124: 
undefined reference to `QCursor::QCursor[in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1129: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1129: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1131: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1131: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1137: 
undefined reference to `QCursor::QCursor[in-charge](int)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1137: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1141: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1144: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1144: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1149: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1152: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1156: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1160: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1164: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1168: 
more undefined references to `QCursor::operator=3D(QCursor const&amp;)' 
follow</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1177: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1183: 
undefined reference to `QWidget::cursor() const'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1183: 
undefined reference to `QCursor::handle() const'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1183: 
undefined reference to `QCursor::handle() const'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1184: 
undefined reference to `QCursor::handle() const'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1184: 
undefined reference to `QCursor::handle() const'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1184: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1184: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1229: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):/konq=
ueror/konq-embed/kdesrc/khtml/khtmlview.cpp:1229: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):(.gnu=
.linkonce.d._ZTV9KHTMLView+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o):(.gnu=
.linkonce.d._ZTV9KHTMLView+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::workingCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:41: undefined reference to 
`Qt::arrowCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:41: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::arrowCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:44: undefined reference to 
`Qt::arrowCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:44: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::crossCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:50: undefined reference to 
`Qt::crossCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:50: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::sizeAllCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:53: undefined reference to 
`Qt::sizeAllCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:53: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::sizeHorCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:56: undefined reference to 
`Qt::sizeHorCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:56: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::sizeVerCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:59: undefined reference to 
`Qt::sizeVerCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:59: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::sizeBDiagCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:62: undefined reference to 
`Qt::sizeBDiagCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:62: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::sizeFDiagCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:65: undefined reference to 
`Qt::sizeFDiagCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:65: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::ibeamCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:68: undefined reference to 
`Qt::ibeamCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:68: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::waitCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:71: undefined reference to 
`Qt::waitCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:71: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtmlview.o): In 
function `KCursor::whatsThisCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:74: undefined reference to 
`Qt::whatsThisCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:74: undefined reference to 
`QCursor::QCursor[in-charge](QCursor const&amp;)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/kon=
queror/konq-embed/kdesrc/khtml/khtml_part.cpp:2601: 
undefined reference to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR=
><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/kon=
queror/konq-embed/kdesrc/khtml/khtml_part.cpp:2606: 
undefined reference to `QCursor::QCursor[in-charge](QCursor const&amp;)'</FO=
NT> 
<BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/kon=
queror/konq-embed/kdesrc/khtml/khtml_part.cpp:5758: 
undefined reference to `Qt::waitCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/kon=
queror/konq-embed/kdesrc/khtml/khtml_part.cpp:5758: 
undefined reference to `QApplication::setOverrideCursor(QCursor const&amp;,=
 
bool)'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/kon=
queror/konq-embed/kdesrc/khtml/khtml_part.cpp:5762: 
undefined reference to `QApplication::restoreOverrideCursor()'</FONT> <BR><F=
ONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/kon=
queror/konq-embed/kdesrc/khtml/khtml_part.cpp:5904: 
undefined reference to `Qt::waitCursor'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/kon=
queror/konq-embed/kdesrc/khtml/khtml_part.cpp:5904: 
undefined reference to `QApplication::setOverrideCursor(QCursor const&amp;,=
 
bool)'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):/kon=
queror/konq-embed/kdesrc/khtml/khtml_part.cpp:5907: 
undefined reference to `QApplication::restoreOverrideCursor()'</FONT> <BR><F=
ONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o): In=
 
function `KHTMLPartPrivate':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:192: undefined ref=
erence 
to `QCursor::QCursor[in-charge]()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:211: undefined ref=
erence 
to `QCursor::operator=3D(QCursor const&amp;)'</FONT> <BR><FONT face=3Dsans-s=
erif 
size=3D2>/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:211: undefined ref=
erence 
to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:211: undefined ref=
erence 
to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:290: undefined ref=
erence 
to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o): In=
 
function `~KHTMLPartPrivate':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:297: undefined ref=
erence 
to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>/konqueror/konq-embed/kdesrc/khtml/khtmlpart_p.h:297: undefined ref=
erence 
to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):(.gn=
u.linkonce.d._ZTV10KPopupMenu+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):(.gn=
u.linkonce.d._ZTV10KPopupMenu+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):(.gn=
u.linkonce.d._ZTV9KURLLabel+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o):(.gn=
u.linkonce.d._ZTV9KURLLabel+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(khtml_part.o): In=
 
function `KCursor::handCursor()':</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../../konq-embed/dropin/kcursor.h:37: undefined reference to 
`QCursor::QCursor[in-charge](int)'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTVN5khtml14TextAreaWidgetE+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTVN5khtml14TextAreaWidgetE+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTVN5khtml14LineEditWidgetE+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTVN5khtml14LineEditWidgetE+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTVN5khtml14ComboBoxWidgetE+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTVN5khtml14ComboBoxWidgetE+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTV13KURLRequester+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTV13KURLRequester+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTV14KCompletionBox+0x88): 
undefined reference to `QWidget::setCursor(QCursor const&amp;)'</FONT> <BR><=
FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_form.o):(.g=
nu.linkonce.d._ZTV14KCompletionBox+0x8c): 
undefined reference to `QWidget::unsetCursor()'</FONT> <BR><FONT face=3Dsans=
-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_frames.o):/=
konqueror/konq-embed/kdesrc/khtml/rendering/render_frames.cpp:397: 
undefined reference to `QCursor::QCursor[in-charge](int)'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_frames.o):/=
konqueror/konq-embed/kdesrc/khtml/rendering/render_frames.cpp:397: 
undefined reference to `QApplication::setOverrideCursor(QCursor const&amp;,=
 
bool)'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_frames.o):/=
konqueror/konq-embed/kdesrc/khtml/rendering/render_frames.cpp:397: 
undefined reference to `QCursor::~QCursor [in-charge]()'</FONT> <BR><FONT 
face=3Dsans-serif 
size=3D2>../../konq-embed/kdesrc/khtml/.libs/libkhtml_i.a(render_frames.o):/=
konqueror/konq-embed/kdesrc/khtml/rendering/render_frames.cpp:407: 
undefined reference to `QApplication::restoreOverrideCursor()'</FONT> <BR><F=
ONT 
face=3Dsans-serif size=3D2>collect2: ld returned 1 exit status</FONT> <BR><F=
ONT 
face=3Dsans-serif size=3D2>make[5]: *** [konqueror] Error 1</FONT> <BR><FONT=
 
face=3Dsans-serif size=3D2>make[5]: Leaving directory 
`/konqueror/konq-embed/src'</FONT> <BR><FONT face=3Dsans-serif size=3D2>make=
[4]: *** 
[all-recursive] Error 1</FONT> <BR><FONT face=3Dsans-serif size=3D2>make[4]:=
 Leaving 
directory `/konqueror/konq-embed/src'</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>make[3]: *** [all] Error 2</FONT> <BR><FONT face=3Dsans-serif 
size=3D2>make[3]: Leaving directory `/konqueror/konq-embed/src'</FONT> <BR><=
FONT 
face=3Dsans-serif size=3D2>make[2]: *** [all-recursive] Error 1</FONT> <BR><=
FONT 
face=3Dsans-serif size=3D2>make[2]: Leaving directory `/konqueror/konq-embed=
'</FONT> 
<BR><FONT face=3Dsans-serif size=3D2>make[1]: *** [all-recursive] Error 1</F=
ONT> 
<BR><FONT face=3Dsans-serif size=3D2>make[1]: Leaving directory `/konqueror'=
</FONT> 
<BR><FONT face=3Dsans-serif size=3D2>make: *** [all] Error 2</FONT> 
<BR><BR><TT><FONT size=3D2>[email protected] wrote on 01/29/2008 05:=
04:59 
AM:<BR><BR>&gt; Tom,</FONT></TT> <BR><TT><FONT size=3D2>&gt; &nbsp;</FONT></=
TT> 
<BR><TT><FONT size=3D2>&gt; Please define the following macro in Makefile 
QT_NO_CURSOR.</FONT></TT> <BR><TT><FONT size=3D2>&gt; &nbsp;</FONT></TT> 
<BR><TT><FONT size=3D2>&gt; Seban</FONT></TT> <BR><TT><FONT size=3D2>&gt; 
&nbsp;</FONT></TT> <BR><TT><FONT size=3D2>&gt; &nbsp;</FONT></TT> <BR><TT><F=
ONT 
size=3D2>&gt; P please don't print this e-mail unless you really need 
to.</FONT></TT> <BR><TT><FONT size=3D2>&gt; &nbsp;</FONT></TT> <BR><TT><FONT=
 
size=3D2>&gt; <BR>&gt; From: [email protected] [mailto:[email protected]] <B=
R>&gt; 
Sent: Thursday, January 24, 2008 3:04 AM<BR>&gt; To: [email protected]<BR>&gt;=
 
Subject: disabling the mouse cursor<BR></FONT></TT><BR><TT><FONT size=3D2>&g=
t; 
<BR>&gt; In my application, all input is done using the local keypad. &nbsp;=
When 
<BR>&gt; konqueror starts, it creates a mouse cursor (arrow). &nbsp;I have t=
ried 
<BR>&gt; to turn off the factory that creates a cursor in qt, but I still 
get<BR>&gt; the cursor. &nbsp;How do I disable this, so I don't have the cur=
sor 
<BR>&gt; sitting in the middle of my page? <BR>&gt; <BR>&gt; TIA <BR>&gt; 
<BR>&gt; Tom, <BR>&gt; <BR>&gt; [email protected]</FONT></TT> <BR><TT><FONT 
size=3D2>&gt; P Please do not print this email unless it is absolutely neces=
sary. 
<BR>&gt; Spread environmental awareness.</FONT></TT> <BR><TT><FONT size=3D2>=
&gt; 
The information contained in this electronic message and any <BR>&gt; 
attachments to this message are intended for the exclusive use of <BR>&gt; t=
he 
addressee(s) and may contain proprietary, confidential or <BR>&gt; privilege=
d 
information. If you are not the intended recipient, you <BR>&gt; should not=
 
disseminate, distribute or copy this e-mail. Please <BR>&gt; notify the send=
er 
immediately and destroy all copies of this message<BR>&gt; and any attachmen=
ts. 
</FONT></TT><BR><TT><FONT size=3D2>&gt; WARNING: Computer viruses can be 
transmitted via email. The <BR>&gt; recipient should check this email and an=
y 
attachments for the <BR>&gt; presence of viruses. The company accepts no 
liability for any damage<BR>&gt; caused by any virus transmitted by this ema=
il. 
</FONT></TT><BR><TT><FONT size=3D2>&gt; www.wipro.com 
_______________________________________________<BR>&gt; konq-e mailing 
list<BR>&gt; [email protected]<BR>&gt; 
https://mail.kde.org/mailman/listinfo/konq-e<BR></FONT></TT><p class=3DMsoNo=
rmal><strong><span style=3D'font-size:24.0pt;font-family:Webdings;
color:green'>P</span></strong><strong><span style=3D'font-size:10.0pt;font-f=
amily:
"Palatino Linotype","serif";color:green'> Please do not print this email unl=
ess it is absolutely necessary. Spread environmental awareness.</span></stro=
ng><span style=3D'font-family:"Arial","sans-serif"'><o:p></o:p></span></p>

<p> The information contained in this electronic message and any attachments=
 to this message are intended for the exclusive use of the addressee(s) and=
 may contain proprietary, confidential or privileged information. If you are=
 not the intended recipient, you should not disseminate, distribute or copy=
 this e-mail. Please notify the sender immediately and destroy all copies of=
 this message and any attachments. </p>

<p>WARNING: Computer viruses can be transmitted via email. The recipient sho=
uld check this email and any attachments for the presence of viruses. The co=
mpany accepts no liability for any damage caused by any virus transmitted by=
 this email. </p>
<p>
www.wipro.com
</p>
</BODY></HTML>

------_=_NextPart_001_01C866ED.DA4ACAF6--

--===============0075066651==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
konq-e mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/konq-e

--===============0075066651==--