diff options
author | Michele Calgaro <[email protected]> | 2015-01-29 13:24:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-01-29 13:24:20 +0900 |
commit | 570104ceed8613903f249f2e5768c5cceb6f0012 (patch) | |
tree | 50f4806b7a615ec7f92cd27b7d5c5df56f569eaa /tdefilereplace/knewprojectdlg.h | |
parent | 08f2b5848ddd09e0da7e2d42a8743f0b40f1c717 (diff) | |
download | tdeutils-570104ceed8613903f249f2e5768c5cceb6f0012.tar.gz tdeutils-570104ceed8613903f249f2e5768c5cceb6f0012.zip |
Added 'max depth' search option to TDEFileReplace. This resolves bug 1238.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdefilereplace/knewprojectdlg.h')
-rw-r--r-- | tdefilereplace/knewprojectdlg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdefilereplace/knewprojectdlg.h b/tdefilereplace/knewprojectdlg.h index b8b87da..82e08ad 100644 --- a/tdefilereplace/knewprojectdlg.h +++ b/tdefilereplace/knewprojectdlg.h @@ -52,6 +52,8 @@ class KNewProjectDlg : public KNewProjectDlgS void slotSearchLineEdit(const TQString& t); void slotEnableSpinboxSizeMin(bool b); void slotEnableSpinboxSizeMax(bool b); + void slotEnableSpinboxMaxDepth(bool b); + void slotEnableMaxDepthControls(bool b); void slotEnableCbValidDate(bool b); void slotEnableChbUser(bool b); void slotEnableChbGroup(bool b); |