summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-26 19:23:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-27 08:50:21 +0900
commit5a656ce3be550f42e218f3c0042b1b22683cf96e (patch)
tree75dfb2951380c9b9edc2aadcd37038069183cccb /HACKING
parenta1fe9c609dca64eba7e3cab9373f7e91fc23d007 (diff)
downloadtdedocker-5a656ce3be550f42e218f3c0042b1b22683cf96e.tar.gz
tdedocker-5a656ce3be550f42e218f3c0042b1b22683cf96e.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING13
1 files changed, 5 insertions, 8 deletions
diff --git a/HACKING b/HACKING
index 94dd3cb..ee1926d 100644
--- a/HACKING
+++ b/HACKING
@@ -1,19 +1,16 @@
Words of wisdom
-1. Make sure all changed work on both KDE and Gnome
+1. Make sure all changes work on all desktop environments
2. The System tray protocol specification can be found at
- http://freedesktop.org/Standards/systemtray-spec/systemtray-spec-0.1.html
+ https://freedesktop.org/wiki/Specifications/systemtray-spec
-3. The KDE System tray Docking Protocol can be found at
- http://developer.kde.org/documentation/library/kdetqt/kde3arch/protocols-docking.html
-
-4. The site i use for Xlib reference
+3. The site I use for Xlib reference
http://tronche.com/gui/x/xlib/function-index.html
-5. Qt Documentation at http://doc.trolltech.com
+4. TQt Documentation at https://www.trinitydesktop.org/docs/qt3
-6. There's do or no do. There's no try.
+5. There's do or no do. There's no try.
TDEDocker Window Docking Strategy and a little bit of history
-----------------------------------------------------------