helo i m using very old version of kde-2.1 with qt -3.3.0 installed at /usr/local/qt
for i make my gui part in qt and uisng that gui into kdevelope.
i integrate gui into kdevelop as given below.
first of all i make one project file into qt
thne design forms.
declare slots.
then i done
#qmake -o makefile nsgui.pro
#make
then i add .h and .cpp files into kdevelop
and write defination of slots into kdevelop
its works
but i dont know this is correct way or not
can u tell me which is correct way
Thx n Regards,
Amit