[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeartwork/kwin-styles/icewm
From:       Laurent Montel <montel () kde ! org>
Date:       2004-10-25 8:46:19
Message-ID: 20041025084619.BCD7416C06 () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

QString::null -> isEmpty()


  M +3 -3      icewm.cpp   1.43


--- kdeartwork/kwin-styles/icewm/icewm.cpp  #1.42:1.43
@@ -590,5 +590,5 @@ void ThemeHandler::setPixmapButton( QPix
         QString str = locate("appdata", QString("icewm-themes/")
                                 + themeName + s1 + "A" + s2);
-        if (str == QString::null)
+        if (str.isEmpty())
                 str = locate("appdata", QString("icewm-themes/")
                                 + themeName + s1 + s2);
@@ -634,5 +634,5 @@ void ThemeHandler::setPixmapButton( QPix
         str = locate("appdata", QString("icewm-themes/")
                      + themeName + s1 + "I" + s2);
-        if (str == QString::null)
+        if (str.isEmpty())
                 str = locate("appdata", QString("icewm-themes/")
                              + themeName + s1 + s2);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic