summaryrefslogtreecommitdiff
path: root/core/pim/datebook2/view.h
Unidiff
Diffstat (limited to 'core/pim/datebook2/view.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook2/view.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/pim/datebook2/view.h b/core/pim/datebook2/view.h
index e2312a3..2236aad 100644
--- a/core/pim/datebook2/view.h
+++ b/core/pim/datebook2/view.h
@@ -19,6 +19,16 @@ namespace Datebook {
19 static bool calcWeek( const QDate& d, int &week, int &year, bool startOnMonday = false ); 19 static bool calcWeek( const QDate& d, int &week, int &year, bool startOnMonday = false );
20 20
21 virtual QPixmap pixmap()const = 0; 21 virtual QPixmap pixmap()const = 0;
22
23 /**
24 * non translatable name or type
25 */
26 virtual QCString type()const = 0;
27
28 /**
29 * shown to the user
30 */
31 virtual QString name()const = 0;
22 virtual QString description()const = 0; 32 virtual QString description()const = 0;
23 33
24 /** 34 /**