diff options
author | Michele Calgaro <[email protected]> | 2023-11-18 16:44:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-20 13:29:51 +0900 |
commit | 0e4a5c95a4675da94170d7c8997bf14f76451e31 (patch) | |
tree | d275a38208f309ad1270af8c6f782f0ad7fa5b7c /tdecore/tdeapplication.cpp | |
parent | 303b6445011a6ed10c48ac6e1eda415e5c371264 (diff) | |
download | tdelibs-0e4a5c95a4675da94170d7c8997bf14f76451e31.tar.gz tdelibs-0e4a5c95a4675da94170d7c8997bf14f76451e31.zip |
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 57e0ed66347db15cb1cd66488f095107e7772ad9)
Diffstat (limited to 'tdecore/tdeapplication.cpp')
-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 af8d53e91..8d716b215 100644 --- a/tdecore/tdeapplication.cpp +++ b/tdecore/tdeapplication.cpp @@ -1048,7 +1048,7 @@ void TDEApplication::init(bool GUIenabled) // kdialog itself. // * Don't warn if we run with a read-only $HOME TQCString readOnly = getenv("TDE_HOME_READONLY"); - if (readOnly.isEmpty() && (tqstrcmp(name(), "kdialog") != 0)) + if (readOnly.isEmpty() && (qstrcmp(name(), "kdialog") != 0)) { TDEConfigGroupSaver saver(config, "KDE Action Restrictions"); if (config->readBoolEntry("warn_unwritable_config",true)) |