diff options
Diffstat (limited to 'ksysguard/gui/WorkSheetSettings.cc')
-rw-r--r-- | ksysguard/gui/WorkSheetSettings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/WorkSheetSettings.cc b/ksysguard/gui/WorkSheetSettings.cc index 3e4c28e50..e2ba052ed 100644 --- a/ksysguard/gui/WorkSheetSettings.cc +++ b/ksysguard/gui/WorkSheetSettings.cc @@ -99,7 +99,7 @@ WorkSheetSettings::WorkSheetSettings( TQWidget* parent, const char* name ) TQWhatsThis::add( mInterval, i18n( "All displays of the sheet are updated at the rate specified here." ) ); TQToolTip::add( mSheetTitle, i18n( "Enter the title of the worksheet here." ) ); - KAcceleratorManager::manage( page ); + TDEAcceleratorManager::manage( page ); mSheetTitle->setFocus(); |