summaryrefslogtreecommitdiff
path: root/core/pim/todo/templatedialogimpl.cpp
Unidiff
Diffstat (limited to 'core/pim/todo/templatedialogimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/templatedialogimpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/todo/templatedialogimpl.cpp b/core/pim/todo/templatedialogimpl.cpp
index fed92f0..c2306ac 100644
--- a/core/pim/todo/templatedialogimpl.cpp
+++ b/core/pim/todo/templatedialogimpl.cpp
@@ -1,25 +1,24 @@
1#include <qlistview.h>
2#include <qlineedit.h> 1#include <qlineedit.h>
3 2
4#include "mainwindow.h" 3#include "mainwindow.h"
5#include "todoeditor.h" 4#include "todoeditor.h"
6#include "todotemplatemanager.h" 5#include "todotemplatemanager.h"
7#include "templatedialogimpl.h" 6#include "templatedialogimpl.h"
8 7
9 8
10using namespace Todo; 9using namespace Todo;
11 10
12/* TRANSLATOR Todo::TemplateDialogImpl */ 11/* TRANSLATOR Todo::TemplateDialogImpl */
13 12
14namespace { 13namespace {
15 class TemplateListItem : public QListViewItem { 14 class TemplateListItem : public QListViewItem {
16 public: 15 public:
17 TemplateListItem( QListView*, 16 TemplateListItem( QListView*,
18 const QString& name, 17 const QString& name,
19 const OTodo& ); 18 const OTodo& );
20 ~TemplateListItem(); 19 ~TemplateListItem();
21 20
22 OTodo event()const; 21 OTodo event()const;
23 QString text()const; 22 QString text()const;
24 void setText(const QString& str ); 23 void setText(const QString& str );
25 void setEvent( const OTodo& ); 24 void setEvent( const OTodo& );