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

List:       licq-cvs
Subject:    [Licq-cvs] qt-gui/src
From:       Thomas Reitelbach <dreamforce2 () users ! sourceforge ! net>
Date:       2003-05-30 5:02:09
[Download RAW message or body]

Update of /cvsroot/licq/qt-gui/src
In directory sc8-pr-cvs1:/tmp/cvs-serv22288

Modified Files:
	filedlg.cpp 
Log Message:
use 0 instead of NULL.
read the mail on the list too late.


Index: filedlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/filedlg.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- filedlg.cpp	30 May 2003 04:57:22 -0000	1.55
+++ filedlg.cpp	30 May 2003 05:02:07 -0000	1.56
@@ -137,8 +137,8 @@
     connect(btnOpen, SIGNAL(clicked()), SLOT(slot_open()));
     connect(btnOpenDir, SIGNAL(clicked()), SLOT(slot_opendir()));
   #else
-    btnOpen = NULL;
-    btnOpenDir = NULL; 
+    btnOpen = 0;
+    btnOpenDir = 0;
   #endif
 }
 
@@ -229,8 +229,8 @@
     connect(btnOpen, SIGNAL(clicked()), SLOT(slot_open()));
     connect(btnOpenDir, SIGNAL(clicked()), SLOT(slot_opendir()));
   #else
-    btnOpen = NULL;
-    btnOpenDir = NULL; 
+    btnOpen = 0;
+    btnOpenDir = 0;
   #endif
 }
 



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Licq-cvs mailing list
Licq-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/licq-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

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