diff options
Diffstat (limited to 'kcontrol/xinerama/xineramawidget.ui.h')
-rw-r--r-- | kcontrol/xinerama/xineramawidget.ui.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kcontrol/xinerama/xineramawidget.ui.h b/kcontrol/xinerama/xineramawidget.ui.h new file mode 100644 index 000000000..8373eadd2 --- /dev/null +++ b/kcontrol/xinerama/xineramawidget.ui.h @@ -0,0 +1,14 @@ +/**************************************************************************** +** 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 XineramaWidget::emitConfigChanged() +{ +emit configChanged(); +} |