diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-10 10:42:00 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-10 10:42:00 +0200 |
commit | 7fdc8b30e85418cca031b45ad02f723373b73433 (patch) | |
tree | 491150f68ddc476645599a00d04e27b194e9648c /src/appearance.ui.h | |
parent | 3566ebfc3015ab32c4e0531defb41377c171fadb (diff) | |
download | tastymenu-7fdc8b30e85418cca031b45ad02f723373b73433.tar.gz tastymenu-7fdc8b30e85418cca031b45ad02f723373b73433.zip |
Initial TQt conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/appearance.ui.h')
-rw-r--r-- | src/appearance.ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appearance.ui.h b/src/appearance.ui.h index 938c41a..92eefc7 100644 --- a/src/appearance.ui.h +++ b/src/appearance.ui.h @@ -2,7 +2,7 @@ ** ui.h extension file, included from the uic-generated form implementation. ** ** If you want to add, delete, or rename functions or slots, use -** Qt Designer to update this file, preserving your code. +** TQt Designer to update this file, preserving your code. ** ** You should not define a constructor or destructor in this file. ** Instead, write your code in functions called init() and destroy(). @@ -17,7 +17,7 @@ void Appearance::kcfg_ShowExpander_toggled( bool status ) } -void Appearance::iconChanged( QString icon ) +void Appearance::iconChanged( TQString icon ) { kcfg_MenuButtonIcon->setText(icon); } |