summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
authorharlekin <harlekin>2002-03-17 14:47:52 (UTC)
committer harlekin <harlekin>2002-03-17 14:47:52 (UTC)
commit31e0537b3406d3e89df6424cded2570d28d61df4 (patch) (side-by-side diff)
tree7bc5171eabbeb6f8469fdafb963a568e08b71aa1 /core/pim/today/today.h
parent2f18edca6cc3539298deccee89e6f4dd7a2570a2 (diff)
downloadopie-31e0537b3406d3e89df6424cded2570d28d61df4.zip
opie-31e0537b3406d3e89df6424cded2570d28d61df4.tar.gz
opie-31e0537b3406d3e89df6424cded2570d28d61df4.tar.bz2
new: Owner field with the ability to set any text with a qcop call
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/pim/today/today.h b/core/pim/today/today.h
index 0b4356c..6dec2c2 100644
--- a/core/pim/today/today.h
+++ b/core/pim/today/today.h
@@ -55,7 +55,12 @@ class Today : public TodayBase {
void getMail();
void autoStart();
bool checkIfModified();
+ void setOwnerField();
+ void setOwnerField(QString &string);
QList<TodoItem> loadTodo(const char *filename);
+private slots:
+ void channelReceived(const QCString &msg, const QByteArray & data);
+
private:
DateBookDB *db;
todayconfig *conf;