[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems when packaging KTrack for Debian unstable



On Mon, Jul 28, 2003 at 11:44:31PM +0200, Jaime Robles wrote:
> transponderdefinitionwidget.cpp: In constructor `
>    transponderDefinitionWidget::transponderDefinitionWidget(QWidget*, const
>    char*, unsigned int)':
> transponderdefinitionwidget.cpp:46: error: invalid use of undefined type `
>    struct KPushButton'

Sounds like some #include is missing for KPushButton.

> transponderdefinitionwidget.h:19: error: forward declaration of `struct
>    KPushButton'
> transponderdefinitionwidget.cpp:48: error: no matching function for call to `
>    QGridLayout::addWidget(KPushButton*&, int, int)'
> /usr/share/qt3/include/qlayout.h:324: error: candidates are: void
>    QGridLayout::addWidget(QWidget*, int, int, int)

hopefully, KPushButton is : public QWidget, assuming the code makes
sense otherwise. are there any error lines about files that g++ can't
find?

> What package is missing?
> Can you give me any clue?

A search of google says that KPushButton should be in kpushbutton.h,
which packages.debian.org says is in kdelibs4-dev.

Hope this helps!

-Josh

-- 
Using words to describe magic is like using a screwdriver to cut roast beef.
		-- Tom Robbins

Attachment: pgp9EkuI3KW8K.pgp
Description: PGP signature


Reply to: