diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-14 22:31:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-14 22:31:37 +0900 |
commit | 428b3937fddf09d79cb00450ef8d029ac19370a3 (patch) | |
tree | 7f8230387f1701db70b54a8c809899477f28744f /kcontrol/accessibility/accessibilityconfigwidget.ui.h | |
parent | 8858fc1159edf35efa400315c11c095008536802 (diff) | |
download | tdebase-428b3937fddf09d79cb00450ef8d029ac19370a3.tar.gz tdebase-428b3937fddf09d79cb00450ef8d029ac19370a3.zip |
Removed unused 'kcontrol/accessibility' folder.
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() -{ - -} - - - - |