diff options
author | Michele Calgaro <[email protected]> | 2024-04-06 16:44:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-07 18:36:55 +0900 |
commit | cfc2c336e83a4252abac4a9b31893f9a2c56fdc5 (patch) | |
tree | 443faf2afe0ab506e0de6e1d0ee1010ed8a21399 /src/qt_rc_style.c | |
parent | 5a469120e7c685501ab25d43273af9bc707fa12a (diff) | |
download | gtk-qt-engine-cfc2c336e83a4252abac4a9b31893f9a2c56fdc5.tar.gz gtk-qt-engine-cfc2c336e83a4252abac4a9b31893f9a2c56fdc5.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/qt_rc_style.c')
-rw-r--r-- | src/qt_rc_style.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt_rc_style.c b/src/qt_rc_style.c index 776ecaa..ea1ecf9 100644 --- a/src/qt_rc_style.c +++ b/src/qt_rc_style.c @@ -62,7 +62,7 @@ qtengine_rc_style_parse (GtkRcStyle *rc_style, GtkSettings *settings, GScanner * guint old_scope; guint token; - /* Sets Rc properties from QT settings */ + /* Sets Rc properties from TQt settings */ #ifdef FORCE_RELOAD_THEMES_ON_STARTUP setRcProperties(rc_style, 1); #else |