diff --git a/win/Qt/qt_main.cpp b/win/Qt/qt_main.cpp index faf32e265..7662639ef 100644 --- a/win/Qt/qt_main.cpp +++ b/win/Qt/qt_main.cpp @@ -470,7 +470,7 @@ aboutMsg() #else 5, // Qt version macro should exist; if not, assume Qt5 #endif - version_string(vbuf), /* nethack version */ + getversionstring(vbuf), /* nethack version */ #ifdef QT_VERSION_STR " with Qt " QT_VERSION_STR, #else