Replace Qt branding with TQt ones.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 038c996bec)
r14.0.x
Chris 5 years ago committed by Slávek Banko
parent 21a6cc0fe9
commit 5551f81376
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -1645,7 +1645,7 @@ static const TDECmdLineOptions qt_options[] =
{ "session <sessionId>", I18N_NOOP("Restore the application for the given 'sessionId'"), 0},
{ "cmap", I18N_NOOP("Causes the application to install a private color\nmap on an 8-bit display"), 0},
{ "ncols <count>", I18N_NOOP("Limits the number of colors allocated in the color\ncube on an 8-bit display, if the application is\nusing the TQApplication::ManyColor color\nspecification"), 0},
{ "nograb", I18N_NOOP("tells Qt to never grab the mouse or the keyboard"), 0},
{ "nograb", I18N_NOOP("tells TQt to never grab the mouse or the keyboard"), 0},
{ "dograb", I18N_NOOP("running under a debugger can cause an implicit\n-nograb, use -dograb to override"), 0},
{ "sync", I18N_NOOP("switches to synchronous mode for debugging"), 0},
{ "fn", 0, 0},

Loading…
Cancel
Save