]> Git trees. - libqmvoc.git/commitdiff
SVN_SILENT small cleanup
authorPino Toscano <pino@kde.org>
Sat, 3 Mar 2007 22:00:54 +0000 (22:00 +0000)
committerPino Toscano <pino@kde.org>
Sat, 3 Mar 2007 22:00:54 +0000 (22:00 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=638964

kdeeducore/keduvocexpression.h

index 38e0cd96ba9992df40b7dc1257cfeec69e413915..7591ff252980b5cb1f9a1a9b4a42ede09de6c344 100644 (file)
@@ -49,9 +49,7 @@
 #define KV_LEV7_GRADE      7
 #define KV_LEV7_TEXT       I18N_NOOP("Level 7")
 
-#include <QList>
-#include <QStringList>
-#include <QDateTime>
+#include <QtCore/QDateTime>
 
 #include "keduvocgrammar.h"
 #include "keduvocmultiplechoice.h"
@@ -63,7 +61,6 @@ typedef unsigned short count_t;
   This class contains one vocabulary expression as an original with one or more
   translations
   */
-
 class KDEEDUCORE_EXPORT KEduVocExpression
 {
 public:
@@ -437,4 +434,3 @@ private:
 };
 
 #endif // KEduVocExpression_H
-