You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

  • "m_pahlevanzadeh" started this thread

Posts: 2

Location: Tehran/Iran

  • Send private message

1

Thursday, January 13th 2005, 6:44pm

Header files.

Dears,I'm practicing KDE from kde.org & a book.
But KDE's header files incomplete.
For example,I don't have ktmainwindow.h .
I have tested it in FC3 & slackware.
Both didn't have them.
Please guide me.......

vdboor

Beginner

Posts: 30

Location: The Netherlands

Occupation: Software developer

  • Send private message

2

Friday, January 14th 2005, 12:43pm

RE: Header files.

I have kmainwindow.h at /usr/kde/3.3/include/kmainwindow.h

FC, Redhat, SUSE all have their header files in separate packages. look for the kdelibs-devel, qt-devel packages, etc...
Working on KMess, a MSN Messenger client for Linux/KDE.

chombium

Beginner

Posts: 2

Location: Skopje, Macedonia

  • Send private message

3

Friday, March 11th 2005, 3:04pm

RE: Header files.

if you have problems compiling and linking them to your app,
you should add the headers in the include path of your
app's Makefile.

For example: I have slackware, kde header files are in /opt/kde/inlcude

and I add
-L/opt/kde/include

at the end of the INCPATH=..... line

after that add
-lkdeui
to the LIBS=..... line