[Pkg-owncloud-commits] [qtkeychain] 10/17: Fix build

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Jun 1 18:02:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository qtkeychain.

commit 8c9a9d2e5aa8b31b0880ca075144b61c7075ca31
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date:   Tue Mar 31 22:53:31 2015 +0200

    Fix build
---
 keychain_unix.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keychain_unix.cpp b/keychain_unix.cpp
index ee3d355..48f4240 100644
--- a/keychain_unix.cpp
+++ b/keychain_unix.cpp
@@ -126,7 +126,7 @@ static void kwalletReadPasswordScheduledStartImpl(const char * service, const ch
     else
     {
     // D-Bus is not reachable so none can tell us something about KWalletd
-        QDBusError err( QDBusError::NoServer, ReadPasswordPrivate::tr("D-Bus is not running") );
+        QDBusError err( QDBusError::NoServer, ReadPasswordJobPrivate::tr("D-Bus is not running") );
         priv->fallbackOnError( err );
     }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list