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

List:       kde-commits
Subject:    kdeutils/kdelirc/irkick
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-10-31 20:37:31
Message-ID: 20041031203731.63D8216BF8 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

QString::null -> .isNull() conversions


  M +2 -2      irkick.cpp   1.38


--- kdeutils/kdelirc/irkick/irkick.cpp  #1.37:1.38
@@ -243,5 +243,5 @@ void IRKick::executeAction(const IRActio
         if(action.autoStart() && !programs.size())
         {       QString sname = \
                ProfileServer::profileServer()->getServiceName(action.program());
-                if(sname != QString::null)
+                if(!sname.isNull())
                 {
                         KPassivePopup::message("IRKick", i18n("Starting \
<b>%1</b>...").arg(action.application()), SmallIcon("irkick"), theTrayIcon); @@ \
-280,5 +280,5 @@ void IRKick::gotMessage(const QString &t  \
theTrayIcon->setPixmap(SmallIcon("irkickflash"));  theFlashOff->start(200, true);
-        if(npApp != QString::null)
+        if(!npApp.isNull())
         {
                 QString theApp = npApp;


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

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