From 0a78c9adbf4ec3cf77bad3a803706a10cc07b432 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 (cherry picked from commit 5eb938208e3ef0f9c2d8aecde27d03cd4564e255) --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 04f3c56..55312b5 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2386,7 +2386,7 @@ bool MainWindow::importCollection(Data::CollPtr coll_, Import::Action action_) { void MainWindow::slotURLAction(const KURL& url_) { Q_ASSERT(url_.protocol() == Latin1Literal("tc")); TQString actionName = url_.fileName(); - TDEAction* action = this->action(actionName); + TDEAction* action = this->action(actionName.ascii()); if(action) { action->activate(); } else { -- cgit v1.2.1