diff options
Diffstat (limited to 'kolf/newgame.cpp')
-rw-r--r-- | kolf/newgame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/newgame.cpp b/kolf/newgame.cpp index 8ee1f7c7..6bd6951b 100644 --- a/kolf/newgame.cpp +++ b/kolf/newgame.cpp @@ -253,7 +253,7 @@ void NewGameDialog::selectionChanged() void NewGameDialog::addCourse() { - TQStringList files = KFileDialog::getOpenFileNames(":kourses", TQString::tqfromLatin1("application/x-kourse"), this, i18n("Pick Kolf Course")); + TQStringList files = KFileDialog::getOpenFileNames(":kourses", TQString::fromLatin1("application/x-kourse"), this, i18n("Pick Kolf Course")); bool hasDuplicates = false; |