diff options
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r-- | examples/maildirresource/libmaildir/maildir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h index fefd5a7..a89a832 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h | |||
@@ -211,7 +211,7 @@ public: | |||
211 | * Change the flags for an entry specified by @p key. Returns the new key of the entry (the key might change because | 211 | * Change the flags for an entry specified by @p key. Returns the new key of the entry (the key might change because |
212 | * flags are stored in the unique filename). | 212 | * flags are stored in the unique filename). |
213 | */ | 213 | */ |
214 | // QString changeEntryFlags( const QString& key, const Akonadi::Item::Flags& flags ); | 214 | // QString changeEntryFlags( const QString& key, const Sink::Item::Flags& flags ); |
215 | 215 | ||
216 | /** | 216 | /** |
217 | * Moves this maildir into @p destination. | 217 | * Moves this maildir into @p destination. |