[PATCH] KFileDialog overwrite confirmation

alessandro diaferia alediaferia at gmail.com
Sat Jul 12 11:21:22 BST 2008


2008/7/11 Aaron J. Seigo <aseigo at kde.org>:

> On Friday 11 July 2008, alessandro diaferia wrote:
> > Is it just matter of making them not virtual?
>
> as Richard noted, it seems those methods don't need to be virtual at all.
> so
> just make them non-virtual and things should be good.
>
>
As suggested I made methods non-virtual. But I get the following error at
compiling time:

Linking CXX shared library
../lib/libkio.so

CMakeFiles/kio.dir/kfile/kfiledialog.o: In function
`KFileDialog::setConfirmOverwrite(bool)':
kfiledialog.cpp:(.text+0x8e0): undefined reference to
`KAbstractFileWidget::setConfirmOverwrite(bool)'
collect2: ld returned 1 exit
status

make[2]: *** [lib/libkio.so.5.1.0] Error
1
make[1]: *** [kio/CMakeFiles/kio.dir/all] Error
2
make: *** [all] Error 2


Where did I make the mistake?
-- 
Alessandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080712/47103fbb/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: overwriteConfirm.diff
Type: application/octet-stream
Size: 6515 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080712/47103fbb/attachment.obj>


More information about the kde-core-devel mailing list