SeeLook
December 17th, 2005, 08:45 PM
I try to add kurlrequester widget to my app. I work in Kdevelop. I try to do this both, by graphics projected *.ui file and in code:
KURLRequester *xxxx = new KURLRequester (this,"xxxx")
I get the same:
undefined reference to `KURLRequester::KURLRequester(QWidget*, char const*)' (in case ui file, it shows error in auto generated .cpp file from ui)
But when i compiled other project from sources, which used this widget everything is fine. I compared the code (mine and from the projects) it looks equaly.
Have You any idea where is the problem ??
I use Kdevelop 3.3.0 on Kubuntu Breezy with KDE 3.5.0
KURLRequester *xxxx = new KURLRequester (this,"xxxx")
I get the same:
undefined reference to `KURLRequester::KURLRequester(QWidget*, char const*)' (in case ui file, it shows error in auto generated .cpp file from ui)
But when i compiled other project from sources, which used this widget everything is fine. I compared the code (mine and from the projects) it looks equaly.
Have You any idea where is the problem ??
I use Kdevelop 3.3.0 on Kubuntu Breezy with KDE 3.5.0