From b163211001db812c1e19afa9fa89cbc251132221 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Nov 2011 22:50:47 -0600 Subject: Fix FTBFS (cherry picked from commit 2c82d91b8c5ac4b7b5813a8c09b130e12180974c) --- 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 764c2aa..613f513 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -419,7 +419,7 @@ void MainWindow::loadConfig() TQStringList fnList = config.readListEntry("FunctionList"); for(TQStringList::ConstIterator it = fnList.begin(); it != fnList.end(); ++it) - parseString(*it); // Run the function definitions through the parser + parseString((*it).ascii()); // Run the function definitions through the parser } populateListViews(); -- cgit v1.2.1