diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:23 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:23 -0500 |
commit | 1e81063308485e2f5f6375a410a41cb310ef7bbd (patch) | |
tree | 9ff3197accd24b2274346fdfe2027b2fd3101bdb /kio/DESIGN | |
parent | a1941684d6db9d5a16f9f360c9d5b7fbab8b587e (diff) | |
download | tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.tar.gz tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.zip |
Rename kde libraries to tde
Diffstat (limited to 'kio/DESIGN')
-rw-r--r-- | kio/DESIGN | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/DESIGN b/kio/DESIGN index 30a037c81..8131573e1 100644 --- a/kio/DESIGN +++ b/kio/DESIGN @@ -163,9 +163,9 @@ Taj brought up the idea of deligating all progress informations to an extern GUI daemon which could be provided in several implementations - examples are popup dialogs (most are annoyed by them, like me :) or a kicker applet or something completely different. This would also remove the dependency on -libkdeui (I hope). +libtdeui (I hope). Conclusion: kio_uiserver is this single GUI daemon, but the dependency on -libkdeui couldn't be removed (for many reasons, including Job::showErrorDialog()) +libtdeui couldn't be removed (for many reasons, including Job::showErrorDialog()) A. progress handling --------------------- |