Coding style fixes.

This commit is contained in:
Felix Geyer
2011-07-08 14:51:14 +02:00
parent 8335db4db5
commit d4f02a78a7
21 changed files with 36 additions and 34 deletions

View File

@@ -20,7 +20,7 @@
#include <QtCore/QList>
#include "Key.h"
#include "keys/Key.h"
class CompositeKey : public Key
{

View File

@@ -20,7 +20,7 @@
#include <QtCore/QString>
#include "Key.h"
#include "keys/Key.h"
class PasswordKey : public Key
{