From 5eb938208e3ef0f9c2d8aecde27d03cd4564e255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 18 Sep 2016 20:13:23 +0200 Subject: Fix build with KDE_DEFAULT_CXXFLAGS Fix FTBFS with GCC6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/filterdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filterdialog.cpp') diff --git a/src/filterdialog.cpp b/src/filterdialog.cpp index 8d0a877..ab9677c 100644 --- a/src/filterdialog.cpp +++ b/src/filterdialog.cpp @@ -113,7 +113,7 @@ void FilterRuleWidget::slotEditRegExp() { TQString(), TQT_TQOBJECT(this)); } - KRegExpEditorInterface* iface = static_cast(m_editRegExpDialog->tqt_cast(TQString::fromLatin1("KRegExpEditorInterface"))); + KRegExpEditorInterface* iface = static_cast(m_editRegExpDialog->tqt_cast("KRegExpEditorInterface")); if(iface) { iface->setRegExp(m_ruleValue->text()); if(m_editRegExpDialog->exec() == TQDialog::Accepted) { -- cgit v1.2.1