summaryrefslogtreecommitdiff
path: root/core/pim/todo/smalltodo.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/todo/smalltodo.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/smalltodo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/todo/smalltodo.cpp b/core/pim/todo/smalltodo.cpp
index 412fe9e..504256d 100644
--- a/core/pim/todo/smalltodo.cpp
+++ b/core/pim/todo/smalltodo.cpp
@@ -16,25 +16,24 @@
  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
..}^=.=       =       ; Library General Public License for more
++=   -.     .`     .: details.
 :     =  ...= . :.=-
 -.   .:....=;==+<; You should have received a copy of the GNU
  -_. . .   )=.  = Library General Public License along with
    --        :-=` this library; see the file COPYING.LIB.
If not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-#include <qshared.h>
#include "smalltodo.h"
using namespace Todo;
struct SmallTodo::SmallTodoPrivate : public QShared{
SmallTodoPrivate() : QShared(), uid(-1) {};
QString name;
QStringList categories; // as real Names
int uid;
bool complete:1;