From c46acc29dea9030d60098c0832095909a9e9c0d9 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Thu, 1 Nov 2012 09:51:22 +0000 Subject: [PATCH] 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 --- retroshare-gui/src/gui/PhotoShare/PhotoDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/PhotoShare/PhotoDialog.cpp b/retroshare-gui/src/gui/PhotoShare/PhotoDialog.cpp index 9ff64cb06..9c89cd4bf 100644 --- a/retroshare-gui/src/gui/PhotoShare/PhotoDialog.cpp +++ b/retroshare-gui/src/gui/PhotoShare/PhotoDialog.cpp @@ -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();