summaryrefslogtreecommitdiffstats
path: root/knotes/KNotesIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'knotes/KNotesIface.h')
-rw-r--r--knotes/KNotesIface.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/knotes/KNotesIface.h b/knotes/KNotesIface.h
index 1fba1860..62479098 100644
--- a/knotes/KNotesIface.h
+++ b/knotes/KNotesIface.h
@@ -24,6 +24,7 @@
#include <tqstring.h>
#include <tqmap.h>
+#include <tqdatetime.h>
#include <dcopobject.h>
@@ -98,6 +99,12 @@ k_dcop:
* @return the body as a TQString
*/
virtual TQString text( const TQString& noteId ) const = 0;
+
+ /**
+ * Get the last modified time of a note
+ * @return the last modified time as a TQDateTime
+ */
+ virtual TQDateTime getLastModified( const TQString& noteId ) const = 0;
};
#endif