X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fstorage.h;h=69a229e4089b8106d4400ce07173598044049fae;hb=a3a8e528916f4930bd731ed074bcdd190d4fe327;hp=4a225243954c67f788bec5325afb9afd3053c967;hpb=c6bc07febff322910675a1eb60c44f6be209a934;p=quassel.git diff --git a/src/core/storage.h b/src/core/storage.h index 4a225243..69a229e4 100644 --- a/src/core/storage.h +++ b/src/core/storage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -22,7 +22,6 @@ #define _STORAGE_H_ #include -#include #include "message.h" @@ -30,7 +29,7 @@ class Storage : public QObject { Q_OBJECT public: - Storage() {}; + Storage(QObject *parent = 0); virtual ~Storage() {}; public slots: