diff options
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |