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

List:       kde-commits
Subject:    [kdelibs/ksecretsservice] /: Fix all krazy2 issues apart from
From:       Michael Leupold <lemma () confuego ! org>
Date:       2011-09-04 15:26:47
Message-ID: 20110904152647.AAF3DA60E2 () git ! kde ! org
[Download RAW message or body]

Git commit 0350d73ccc73b8940934fdd362687e8a2f5dee1c by Michael Leupold.
Committed on 30/10/2010 at 11:37.
Pushed by vrusu into branch 'ksecretsservice'.

Fix all krazy2 issues apart from license issues I can't fix myself.

svn path=/trunk/playground/base/ksecretservice/; revision=1191254

M  +3    -3    peer.h
M  +1    -1    queuedjob.h
M  +1    -1    jobqueue.cpp
M  +1    -1    tests/queuedjobtest.h

http://commits.kde.org/kdelibs/0350d73ccc73b8940934fdd362687e8a2f5dee1c

diff --git a/jobqueue.cpp b/jobqueue.cpp
index c211f21..bbd9026 100644
--- a/jobqueue.cpp
+++ b/jobqueue.cpp
@@ -19,8 +19,8 @@
  */
 
 #include "jobqueue.h"
-#include "queuedjob.h"
 #include "jobqueue_p.h"
+#include "queuedjob.h"
 
 #include <QtCore/QTimer>
 
diff --git a/peer.h b/peer.h
index 959f82b..d05b3ff 100644
--- a/peer.h
+++ b/peer.h
@@ -27,15 +27,15 @@
 class PeerData;
 
 /**
- * Representation of a daemon peer, wich is typically a client application.
- * Note that the client application firstly connect to the dbus deamon wich
+ * Representation of a daemon peer, which is typically a client application.
+ * Note that the client application firstly connect to the dbus daemon which
  * forwards messages to ksecretservice daemon using another connection.
  */
 class Peer
 {
 public:
     /**
-     * Construct an invalid (non-existant) Peer.
+     * Construct an invalid (non-existent) Peer.
      */
     Peer();
 
diff --git a/queuedjob.h b/queuedjob.h
index 81c5456..adefc0c 100644
--- a/queuedjob.h
+++ b/queuedjob.h
@@ -83,7 +83,7 @@ public:
      * advertised that it can be called immediately.
      *
      * @note This method has to call emitResult() before returning. Even if
-     *       noone is interested in the signal it's used to mark this job
+     *       no one is interested in the signal it's used to mark this job
      *       as finished and call deleteLater().
      */
     virtual void exec() = 0;
diff --git a/tests/queuedjobtest.h b/tests/queuedjobtest.h
index 4e2cfc7..0aa543e 100644
--- a/tests/queuedjobtest.h
+++ b/tests/queuedjobtest.h
@@ -21,7 +21,7 @@
 #ifndef QUEUEDJOBTEST_H
 #define QUEUEDJOBTEST_H
 
-#include <QtTest>
+#include <QtTest/QtTest>
 #include <queuedjob.h>
 
 class JobQueue;


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

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