diff options
| author | Peter Penz <[email protected]> | 2009-10-17 19:24:05 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-17 19:24:05 +0000 |
| commit | 884b5ad3a91fff896fb3d53e590fe26300b1c957 (patch) | |
| tree | 376fc718ef7c446569e5aacf94b56b4cae120898 /src/search/dolphinsearchoptionsconfigurator.h | |
| parent | 002787543fd245291cb9a9ece7a0071e08498d3b (diff) | |
add A search options widget, which later on will include Adam Kidder's search prototype from playground
svn path=/trunk/KDE/kdebase/apps/; revision=1036776
Diffstat (limited to 'src/search/dolphinsearchoptionsconfigurator.h')
| -rw-r--r-- | src/search/dolphinsearchoptionsconfigurator.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/search/dolphinsearchoptionsconfigurator.h b/src/search/dolphinsearchoptionsconfigurator.h new file mode 100644 index 000000000..9b5a70b03 --- /dev/null +++ b/src/search/dolphinsearchoptionsconfigurator.h @@ -0,0 +1,34 @@ +/*************************************************************************** + * Copyright (C) 2009 by Peter Penz <[email protected]> * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * + ***************************************************************************/ + +#ifndef DOLPHINSEARCHOPTIONSCONFIGURATOR_H +#define DOLPHINSEARCHOPTIONSCONFIGURATOR_H + +#include <QWidget> + +class DolphinSearchOptionsConfigurator : public QWidget +{ + Q_OBJECT + +public: + DolphinSearchOptionsConfigurator(QWidget* parent = 0); + virtual ~DolphinSearchOptionsConfigurator(); +}; + +#endif |
