summaryrefslogtreecommitdiffstats
path: root/twin/kcmtwin/twinoptions/windows.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-11 13:21:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-11 13:21:12 -0600
commitcbe6b0eca09e4bb4cf2cbb248ba46ed981b43cf7 (patch)
tree5e97d5175798ef29ec95dbd5f8a5a97c8227ae4f /twin/kcmtwin/twinoptions/windows.h
parent6f32bfd96c038c8ddec90f6ab6e88629e709991f (diff)
downloadtdebase-cbe6b0eca09e4bb4cf2cbb248ba46ed981b43cf7.tar.gz
tdebase-cbe6b0eca09e4bb4cf2cbb248ba46ed981b43cf7.zip
Move kcontrol focus prevention option to a more logical place
This closes Bug 642
Diffstat (limited to 'twin/kcmtwin/twinoptions/windows.h')
-rw-r--r--twin/kcmtwin/twinoptions/windows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/kcmtwin/twinoptions/windows.h b/twin/kcmtwin/twinoptions/windows.h
index e3b81d07a..0b371d054 100644
--- a/twin/kcmtwin/twinoptions/windows.h
+++ b/twin/kcmtwin/twinoptions/windows.h
@@ -108,6 +108,7 @@ private:
void setTraverseAll(bool);
void setRollOverDesktops(bool);
void setShowPopupinfo(bool);
+ void setFocusStealing(int);
TQButtonGroup *fcsBox;
TQComboBox *focusCombo;
@@ -118,6 +119,7 @@ private:
KIntNumInput *delayFocus;
TQCheckBox *separateScreenFocus;
TQCheckBox *activeMouseScreen;
+ TQComboBox* focusStealing;
TQButtonGroup *kbdBox;
TQCheckBox *altTabPopup;
@@ -231,10 +233,8 @@ private:
TQRadioButton *active_always;
KIntNumInput *delays;
- void setFocusStealing( int );
void setHideUtilityWindowsForInactive( bool );
- TQComboBox* focusStealing;
TQCheckBox* hideUtilityWindowsForInactive;
};