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

List:       kde-commits
Subject:    KDE/kdelibs/kfile
From:       Michaƫl Larouche <larouche () kde ! org>
Date:       2007-04-05 15:53:18
Message-ID: 1175788398.545225.3853.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 650862 by mlarouche:

Fix compilation on 64bit Kubuntu Dapper

 M  +1 -1      kfileplacesmodel.cpp  


--- trunk/KDE/kdelibs/kfile/kfileplacesmodel.cpp #650861:650862
@@ -337,7 +337,7 @@
 
 static QString _k_internalMimetype(const KFilePlacesModel * const self)
 {
-    return QString("application/x-kfileplacesmodel-")+QString::number((int)self);
+    return QString("application/x-kfileplacesmodel-")+QString::number( (long)self );
 }
 
 QStringList KFilePlacesModel::mimeTypes() const
[prev in list] [next in list] [prev in thread] [next in thread] 

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