diff options
author | Slávek Banko <[email protected]> | 2016-09-18 20:13:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-18 20:16:12 +0200 |
commit | 0a78c9adbf4ec3cf77bad3a803706a10cc07b432 (patch) | |
tree | b7d5f2e0bc882ee7225879bb3cb58dfd420aa209 /src/reportdialog.cpp | |
parent | 024330fca86b8ab53d7dd7e7d05206cdc99807a2 (diff) | |
download | tellico-0a78c9adbf4ec3cf77bad3a803706a10cc07b432.tar.gz tellico-0a78c9adbf4ec3cf77bad3a803706a10cc07b432.zip |
Fix build with KDE_DEFAULT_CXXFLAGS
Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 5eb938208e3ef0f9c2d8aecde27d03cd4564e255)
Diffstat (limited to 'src/reportdialog.cpp')
-rw-r--r-- | src/reportdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp index c073802..b33c529 100644 --- a/src/reportdialog.cpp +++ b/src/reportdialog.cpp @@ -105,7 +105,7 @@ ReportDialog::ReportDialog(TQWidget* parent_, const char* name_/*=0*/) "margin:20% auto auto auto;text-align:center;" "background:white;color:%1;}</style><body><p>").arg(contrastColor.name()) + i18n("Select a report template and click <em>Generate</em>.") + ' ' - + i18n("Some reports may take several seconds to generate for large collections."); + + i18n("Some reports may take several seconds to generate for large collections.") + TQString::fromLatin1("</p></body></html>"); m_HTMLPart->begin(); m_HTMLPart->write(text); |