Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 2 months ago
parent a1fe9c609d
commit 5a656ce3be
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,19 +1,16 @@
Words of wisdom 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 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 3. The site I use for Xlib reference
http://developer.kde.org/documentation/library/kdetqt/kde3arch/protocols-docking.html
4. The site i use for Xlib reference
http://tronche.com/gui/x/xlib/function-index.html 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 TDEDocker Window Docking Strategy and a little bit of history
----------------------------------------------------------- -----------------------------------------------------------

@ -1,5 +1,5 @@
Prerequisites Prerequisites
1. Make sure you have Qt installed and working. If you dont know what Qt is, 1. Make sure you have TQt installed and working. If you dont know what Qt is,
you must be out from a cave just now. You will need qmake to compile. you must be out from a cave just now. You will need qmake to compile.
Building Building

@ -198,7 +198,7 @@ void TQTrayLabel::realityCheck(void)
if (!(attr.your_event_mask & SubstructureNotifyMask)) if (!(attr.your_event_mask & SubstructureNotifyMask))
{ {
subscribe(display, None, SubstructureNotifyMask, true); subscribe(display, None, SubstructureNotifyMask, true);
TRACE("%s rescanning clients since qt overrode mask", me()); TRACE("%s rescanning clients since tqt overrode mask", me());
scanClients(); scanClients();
} }

Loading…
Cancel
Save