diff --git a/qb/config.params.sh b/qb/config.params.sh index 95ac98fb2a..fde0c1af31 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -81,7 +81,7 @@ HAVE_PRESERVE_DYLIB=no # Enable dlclose() for Valgrind support HAVE_PARPORT=auto # Parallel port joypad support HAVE_IMAGEVIEWER=yes # Built-in image viewer support. HAVE_MMAP=auto # MMAP support -HAVE_QT=no # QT companion support +HAVE_QT=no # Qt companion support HAVE_QT_WRAPPER=no HAVE_XSHM=no # XShm video driver support HAVE_CHEEVOS=yes # Retro Achievements diff --git a/ui/drivers/qt/wimp/main.qml b/ui/drivers/qt/wimp/main.qml index 5cb25d91d1..d917ed83ff 100644 --- a/ui/drivers/qt/wimp/main.qml +++ b/ui/drivers/qt/wimp/main.qml @@ -30,7 +30,7 @@ ApplicationWindow { initialPage: Page { id: page - title: "QT!" + title: "Qt!" tabs: navDrawer.enabled ? [] : sectionTitles