summaryrefslogtreecommitdiffstats
path: root/knotes/knote.h
diff options
context:
space:
mode:
Diffstat (limited to 'knotes/knote.h')
-rw-r--r--knotes/knote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/knotes/knote.h b/knotes/knote.h
index 43444b99..73ca8f4a 100644
--- a/knotes/knote.h
+++ b/knotes/knote.h
@@ -50,7 +50,7 @@ namespace KCal {
class KNote : public TQFrame, virtual public KXMLGUIClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
KNote( TQDomDocument buildDoc, KCal::Journal *journal, TQWidget *parent = 0,
@@ -77,6 +77,7 @@ public:
void find( const TQString& pattern, long options );
bool isModified() const;
+ TQDateTime getLastModified() const;
void sync( const TQString& app );
bool isNew( const TQString& app ) const;