diff options
Diffstat (limited to 'kcontrol/accessibility/accessibilityconfigwidget.ui.h')
-rw-r--r-- | kcontrol/accessibility/accessibilityconfigwidget.ui.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kcontrol/accessibility/accessibilityconfigwidget.ui.h b/kcontrol/accessibility/accessibilityconfigwidget.ui.h deleted file mode 100644 index 38d44a502..000000000 --- a/kcontrol/accessibility/accessibilityconfigwidget.ui.h +++ /dev/null @@ -1,22 +0,0 @@ -/**************************************************************************** -** ui.h extension file, included from the uic-generated form implementation. -** -** If you wish to add, delete or rename functions or slots use -** Qt Designer which will update this file, preserving your code. Create an -** init() function in place of a constructor, and a destroy() function in -** place of a destructor. -*****************************************************************************/ - -void AccessibilityConfigWidget::updateFlashScreenColor(){ - flashScreenColor->setEnabled(flashScreen->isChecked()); -} - - -void AccessibilityConfigWidget::configChanged() -{ - -} - - - - |