From 075b25424eed8efbfc8e8b65bd923add98d552d7 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 30 Apr 2015 02:11:23 +0300 Subject: Typo fixes. --- modules/qt4.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/qt4.py b/modules/qt4.py index ddaca399e..ebc7a138a 100644 --- a/modules/qt4.py +++ b/modules/qt4.py @@ -18,8 +18,7 @@ import build from coredata import MesonException import xml.etree.ElementTree as ET -class Qt5Module(): - +class Qt4Module(): def __init__(self): mlog.log('Detecting Qt tools.') # The binaries have different names on different @@ -152,4 +151,4 @@ class Qt5Module(): def initialize(): mlog.log('Warning, rcc dependencies will not work properly until this upstream issue is fixed:', mlog.bold('https://bugreports.qt.io/browse/QTBUG-45460')) - return Qt5Module() + return Qt4Module() -- cgit v1.2.3