diff --git a/doc/man/abakus.1 b/doc/man/abakus.1 index 1411bee..b6ea749 100644 --- a/doc/man/abakus.1 +++ b/doc/man/abakus.1 @@ -4,7 +4,7 @@ abakus \- A simple keyboard-driven calculator .SH SYNOPSIS -abakus [Qt\-options] [TDE\-options] +abakus [TQt\-options] [TDE\-options] .SH DESCRIPTION A simple keyboard-driven calculator .SH OPTIONS @@ -13,8 +13,8 @@ A simple keyboard-driven calculator .B \-\-help Show help about options .TP -.B \-\-help\-qt -Show Qt specific options +.B \-\-help\-tqt +Show TQt specific options .TP .B \-\-help\-tde Show TDE specific options @@ -62,7 +62,7 @@ sets the application GUI style .TP .B \-\-geometry sets the client geometry of the main widget - see man X for the argument format -.SS Qt options: +.SS TQt options: .TP .B \-\-display Use the X-server display 'displayname' @@ -81,7 +81,7 @@ using the QApplication::ManyColor color specification .TP .B \-\-nograb -tells Qt to never grab the mouse or the keyboard +tells TQt to never grab the mouse or the keyboard .TP .B \-\-dograb running under a debugger can cause an implicit diff --git a/src/editor.cpp b/src/editor.cpp index fdc26c1..b088fcd 100644 --- a/src/editor.cpp +++ b/src/editor.cpp @@ -47,7 +47,6 @@ #include -// XXX: QT 4: Replace this with qBinaryFind(). using std::binary_search; class CalcResultLabel : public TQLabel