summaryrefslogtreecommitdiff
path: root/core/pim/todo/smalltodo.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/smalltodo.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/smalltodo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/todo/smalltodo.h b/core/pim/todo/smalltodo.h
index 952ed04..963218e 100644
--- a/core/pim/todo/smalltodo.h
+++ b/core/pim/todo/smalltodo.h
@@ -28,26 +28,26 @@
#ifndef TODO_SMALL_TODO_H
#define TODO_SMALL_TODO_H
#include <qdatetime.h>
#include <qstring.h>
#include <qstringlist.h>
namespace Todo {
/**
* SmallTodo holds everything necessary
- * to represent a OTodo without holding
- * everything from a OTodo
+ * to represent a OPimTodo without holding
+ * everything from a OPimTodo
*/
class SmallTodo {
public:
SmallTodo(int uid = 0,
bool comp = false,
const QDate& date = QDate::currentDate(),
const QString& = QString::null,
const QStringList& = QStringList() );
SmallTodo( const SmallTodo& );
~SmallTodo();
bool operator==( const SmallTodo& );