<div>On Sun, Nov 6, 2011 at 19:47, Frederik Schwarzer <span dir="ltr"><<a href="mailto:schwarzer@kde.org">schwarzer@kde.org</a>></span> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
for telepathy-send-file I receive the following error:<br>
<br>
Scanning dependencies of target telepathy-kde-send-file_automoc<br>
Generating service-availability-checker.moc<br>
Generating accounts-filter-model.moc<br>
Generating contact-model-item.moc<br>
Generating accounts-model-item.moc<br>
Generating tree-node.moc<br>
Generating accounts-model.moc<br>
Generating moc_flat-model-proxy.cpp<br>
Generating moc_mainwindow.cpp<br>
[  0%] Built target telepathy-kde-send-file_automoc<br>
[  9%] Generating ui_mainwindow.h<br>
Scanning dependencies of target telepathy-kde-send-file<br>
[ 18%] Building CXX object CMakeFiles/telepathy-kde-send-file.dir/telepathy-kde-send-file_automoc.o<br>
[ 27%] Building CXX object CMakeFiles/telepathy-kde-send-file.dir/mainwindow.o<br>
/home/fs/compile/telepathy-send-file/mainwindow.cpp: In constructor ‘MainWindow::MainWindow(const KUrl&, QWidget*)’:<br>
/home/fs/compile/telepathy-send-file/mainwindow.cpp:127:104: error: no matching function for call to ‘filePreview(QList<KFileItem>&, QSize, QStringList*)’<br>
/home/fs/compile/telepathy-send-file/mainwindow.cpp:127:104: note: candidates are:<br>
/usr/include/KDE/KIO/../../kio/previewjob.h:165:24: note: KIO::PreviewJob* KIO::filePreview(const KFileItemList&, int, int, int, int, bool, bool, const QStringList*)<br>
/usr/include/KDE/KIO/../../kio/previewjob.h:165:24: note:   no known conversion for argument 2 from ‘QSize’ to ‘int’<br>
/usr/include/KDE/KIO/../../kio/previewjob.h:187:28: note: KIO::PreviewJob* KIO::filePreview(const KUrl::List&, int, int, int, int, bool, bool, const QStringList*)<br>
/usr/include/KDE/KIO/../../kio/previewjob.h:187:28: note:   no known conversion for argument 1 from ‘QList<KFileItem>’ to ‘const KUrl::List&’<br>
/home/fs/compile/telepathy-send-file/mainwindow.cpp:128:10: error: ‘class KIO::PreviewJob’ has no member named ‘setOverlayIconAlpha’<br>
/home/fs/compile/telepathy-send-file/mainwindow.cpp:129:10: error: ‘class KIO::PreviewJob’ has no member named ‘setScaleType’<br>
/home/fs/compile/telepathy-send-file/mainwindow.cpp:129:23: error: ‘Unscaled’ is not a member of ‘KIO::PreviewJob’<br>
make[2]: *** [CMakeFiles/telepathy-kde-send-file.dir/mainwindow.o] Error 1<br>
make[1]: *** [CMakeFiles/telepathy-kde-send-file.dir/all] Error 2<br>
make: *** [all] Error 2<br>
<br>
<br>
I run KDE 4.6.5. Do I have to run 4.7.x?<br></blockquote><div><br></div><div>Unfortunately yes, this function was added in 4.7. I'll investigate if that one from 4.6 was deprecated or what, if not, we could probably use that one.</div>

<div><br></div><div>--<div><font color="#666666">Martin Klapetek | KDE Developer</font></div></div><div><font color="#666666"><br></font></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


<br>
Regards<br>
_______________________________________________<br>
KDE-Telepathy mailing list<br>
<a href="mailto:KDE-Telepathy@kde.org">KDE-Telepathy@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-telepathy" target="_blank">https://mail.kde.org/mailman/listinfo/kde-telepathy</a><br>
</blockquote></div><br>