[atlantik-cvs] CVS: kdegames/atlantik/libatlantikui portfolioview.cpp,1.54,1.55 token.cpp,1.37,1.38

[email protected]
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/libatlantikui
In directory office:/tmp/cvs-serv27444/kdegames/atlantik/libatlantikui

Modified Files:
	portfolioview.cpp token.cpp 
Log Message:
Removed comparisons to ""


Index: portfolioview.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikui/portfolioview.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- portfolioview.cpp	12 Feb 2003 03:12:10 -0000	1.54
+++ portfolioview.cpp	27 Feb 2003 01:29:04 -0000	1.55
@@ -143,7 +143,7 @@
 	delete m_image;
 	m_image = 0;
 
-	if (m_imageName != "")
+	if (!m_imageName.isEmpty())
 	{
 		QString filename = locate("data", "atlantik/themes/default/tokens/" + m_imageName);
 		if (KStandardDirs::exists(filename))

Index: token.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikui/token.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- token.cpp	27 Dec 2002 00:40:26 -0000	1.37
+++ token.cpp	27 Feb 2003 01:29:04 -0000	1.38
@@ -94,7 +94,7 @@
 	delete m_image;
 	m_image = 0;
 
-	if (m_imageName != "")
+	if (!m_imageName.isEmpty())
 	{
 		QString filename = locate("data", "atlantik/themes/default/tokens/" + m_imageName);
 		if (KStandardDirs::exists(filename))
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.