diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 36a36a5c1015aa0d03f4515c401e907ddb9d6291 (patch) | |
tree | 0212ba6d2c749043134005a41f2bd0379619d40f /kontact/Thoughts | |
parent | 4c6f8d69e2d1501837affb472c4eb8fec4462240 (diff) | |
download | tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.tar.gz tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kontact/Thoughts')
-rw-r--r-- | kontact/Thoughts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/Thoughts b/kontact/Thoughts index 991209a7c..a93d9193b 100644 --- a/kontact/Thoughts +++ b/kontact/Thoughts @@ -311,7 +311,7 @@ MiB: yes, not too much against DCOP. But for KNotes I thought about turning MiB: a note into a plugin that can be loaded by Kontact and KNotes independently. MiB: like this, there's no DCOP necessary anymore and makes it much more flexible. MiB: e.g. usage of different display configs, a note embedded somewhere and having -MiB: a tqparent or standalone on the desktop. +MiB: a parent or standalone on the desktop. # Communication with external applications is something which doesn't fit too # well with the 'integrated' approach of Kontact. Is this really necessary? @@ -367,7 +367,7 @@ h: there is something else broken IMHO Summary View ------------ h: How would one best integrate a summary view into kontact? -h: a) add a virtual QWidget *summary(const QDateTime&, QWidget* tqparent ); +h: a) add a virtual QWidget *summary(const QDateTime&, QWidget* parent ); h: to get a summary widget for a day? h: b) use some sort of XML to UI to represent the summary informations h: c) have a stand a lone part which opens the PIM data seperately? ( How |