Fixed compile with Qt 4.7 and higher.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5753 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-11-01 09:51:22 +00:00
parent 99f2813bed
commit c46acc29de

View File

@ -18,7 +18,7 @@ PhotoDialog::PhotoDialog(RsPhotoV2 *rs_photo, const RsPhotoPhoto &photo, QWidget
connect(ui->fullscreenButton, SIGNAL(clicked()),this, SLOT(setFullScreen()));
#if QT_VERSION >= 0x040700
ui.lineEdit->setPlaceholderText(tr("Write a comment...")) ;
ui->lineEdit->setPlaceholderText(tr("Write a comment...")) ;
#endif
setUp();