diff options
author | Chris <[email protected]> | 2019-08-04 18:38:49 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-08-11 20:50:05 +0200 |
commit | 5551f81376dd52fc16c0712a4747a00c069777a4 (patch) | |
tree | 134606de90f04b9026bc73383651c68bfc8ba43e | |
parent | 21a6cc0fe9118159071bd643f2a4299f999aa70d (diff) | |
download | tdelibs-5551f81376dd52fc16c0712a4747a00c069777a4.tar.gz tdelibs-5551f81376dd52fc16c0712a4747a00c069777a4.zip |
Replace Qt branding with TQt ones.
Signed-off-by: Chris <[email protected]>
(cherry picked from commit 038c996bec50007829807a09bd1eeaea19516897)
-rw-r--r-- | tdecore/tdeapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdeapplication.cpp b/tdecore/tdeapplication.cpp index d19b4d942..d5c380637 100644 --- a/tdecore/tdeapplication.cpp +++ b/tdecore/tdeapplication.cpp @@ -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}, |