]> Git trees. - libqmvoc.git/commitdiff
Includes and whitespace cleanup.
authorPeter Hedlund <peter@peterandlinda.com>
Fri, 15 Jan 2010 22:50:12 +0000 (22:50 +0000)
committerPeter Hedlund <peter@peterandlinda.com>
Fri, 15 Jan 2010 22:50:12 +0000 (22:50 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=1075373

keduvocdocument/keduvoclesson.cpp

index c2fa2bbb68390b69e63c22b2cf9c4d638799edd2..2691ce4f96a701e58834a2234717b1b1056766e4 100644 (file)
@@ -18,9 +18,7 @@
 
 #include "keduvocexpression.h"
 
-#include <KRandomSequence>
-#include <KDebug>
-#include <QList>
+#include <QtCore/QList>
 
 /** private class to store information about a lesson */
 class KEduVocLesson::Private
@@ -83,7 +81,7 @@ void KEduVocLesson::removeEntry(KEduVocExpression* entry)
 {
     Q_ASSERT(entry);
     if (d->m_entries.indexOf(entry) == -1) {
-        kDebug() << "attempting to remove entry from lesson that does not contain it!";
+        //attempting to remove entry from lesson that does not contain it!
         return;
     }
     d->m_entries.removeAt( d->m_entries.indexOf(entry) );