diff options
Diffstat (limited to 'ksysguard/gui/ksgrd/StyleSettings.cc')
-rw-r--r-- | ksysguard/gui/ksgrd/StyleSettings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/ksgrd/StyleSettings.cc b/ksysguard/gui/ksgrd/StyleSettings.cc index 6c7faf771..a13e385b4 100644 --- a/ksysguard/gui/ksgrd/StyleSettings.cc +++ b/ksysguard/gui/ksgrd/StyleSettings.cc @@ -99,7 +99,7 @@ StyleSettings::StyleSettings( TQWidget *parent, const char *name ) connect( mEditColorButton, TQT_SIGNAL( clicked() ), TQT_SLOT( editSensorColor() ) ); - KAcceleratorManager::manage( this ); + TDEAcceleratorManager::manage( this ); } StyleSettings::~StyleSettings() |