Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 1 month ago
parent 63a4deaab1
commit 7a3d3f43ea
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -4,7 +4,7 @@
abakus abakus
\- A simple keyboard-driven calculator \- A simple keyboard-driven calculator
.SH SYNOPSIS .SH SYNOPSIS
abakus [Qt\-options] [TDE\-options] abakus [TQt\-options] [TDE\-options]
.SH DESCRIPTION .SH DESCRIPTION
A simple keyboard-driven calculator A simple keyboard-driven calculator
.SH OPTIONS .SH OPTIONS
@ -13,8 +13,8 @@ A simple keyboard-driven calculator
.B \-\-help .B \-\-help
Show help about options Show help about options
.TP .TP
.B \-\-help\-qt .B \-\-help\-tqt
Show Qt specific options Show TQt specific options
.TP .TP
.B \-\-help\-tde .B \-\-help\-tde
Show TDE specific options Show TDE specific options
@ -62,7 +62,7 @@ sets the application GUI style
.TP .TP
.B \-\-geometry <geometry> .B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format sets the client geometry of the main widget - see man X for the argument format
.SS Qt options: .SS TQt options:
.TP .TP
.B \-\-display <displayname> .B \-\-display <displayname>
Use the X-server display 'displayname' Use the X-server display 'displayname'
@ -81,7 +81,7 @@ using the QApplication::ManyColor color
specification specification
.TP .TP
.B \-\-nograb .B \-\-nograb
tells Qt to never grab the mouse or the keyboard tells TQt to never grab the mouse or the keyboard
.TP .TP
.B \-\-dograb .B \-\-dograb
running under a debugger can cause an implicit running under a debugger can cause an implicit

@ -47,7 +47,6 @@
#include <algorithm> #include <algorithm>
// XXX: QT 4: Replace this with qBinaryFind().
using std::binary_search; using std::binary_search;
class CalcResultLabel : public TQLabel class CalcResultLabel : public TQLabel

Loading…
Cancel
Save