diff options
author | Timothy Pearson <[email protected]> | 2014-11-19 23:15:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-19 23:16:52 -0600 |
commit | f4eb973eac3a9f0f5e9137752f9b2061a6a7e1f0 (patch) | |
tree | 955a74225aaf611e454fb6519c5da883cfa9e09d /kcontrol/accessibility/accessibilityconfigwidget.ui.h | |
parent | 0a8ecfb93b699a519ad9af9e548279d50c50093b (diff) | |
parent | 3b73654a279458e28f225b2cce77bee098fe1739 (diff) | |
download | tdebase-f4eb973eac3a9f0f5e9137752f9b2061a6a7e1f0.tar.gz tdebase-f4eb973eac3a9f0f5e9137752f9b2061a6a7e1f0.zip |
Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase
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() -{ - -} - - - - |