diff options
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); } |