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

List:       kde-commits
Subject:    kdeutils/kwallet
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-12-20 14:52:50
Message-ID: 20041220145250.B9C451CF31 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

KDE_NO_COMPAT fixes


  M +2 -2      allyourbase.cpp   1.18


--- kdeutils/kwallet/allyourbase.cpp  #1.17:1.18
@@ -387,10 +387,10 @@ void KWalletIconView::slotDropped(QDropE
 
         KURL u(ul.first());
-        if (u.filename().isEmpty()) {
+        if (u.fileName().isEmpty()) {
                 e->ignore();
                 return;
         }
 
-        QString dest = KGlobal::dirs()->saveLocation("kwallet") + u.filename();
+        QString dest = KGlobal::dirs()->saveLocation("kwallet") + u.fileName();
         if (QFile::exists(dest)) {
                 KMessageBox::sorry(viewport(), i18n("That wallet file already \
exists.  You cannot overwrite wallets."));


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

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