summaryrefslogtreecommitdiffabout
path: root/kaddressbook
authorzautrix <zautrix>2005-03-29 23:22:24 (UTC)
committer zautrix <zautrix>2005-03-29 23:22:24 (UTC)
commit99324133d35ba588b688bc5b22788fd8fb9e752d (patch) (unidiff)
tree8a18635a5a21b27bffa6b00f945e949ed49908f0 /kaddressbook
parent3262285c2fd6739c518880deb4d37153875069b5 (diff)
downloadkdepimpi-99324133d35ba588b688bc5b22788fd8fb9e752d.zip
kdepimpi-99324133d35ba588b688bc5b22788fd8fb9e752d.tar.gz
kdepimpi-99324133d35ba588b688bc5b22788fd8fb9e752d.tar.bz2
test
Diffstat (limited to 'kaddressbook') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/incsearchwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kaddressbook/incsearchwidget.cpp b/kaddressbook/incsearchwidget.cpp
index cd198c4..314de10 100644
--- a/kaddressbook/incsearchwidget.cpp
+++ b/kaddressbook/incsearchwidget.cpp
@@ -11,32 +11,33 @@
11 but WITHOUT ANY WARRANTY; without even the implied warranty of 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software 16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 18
19 As a special exception, permission is given to link this program 19 As a special exception, permission is given to link this program
20 with any edition of Qt, and distribute the resulting executable, 20 with any edition of Qt, and distribute the resulting executable,
21 without including the source code for Qt in the source distribution. 21 without including the source code for Qt in the source distribution.
22*/ 22*/
23 23
24#include <qlabel.h> 24#include <qlabel.h>
25#include <qlayout.h> 25#include <qlayout.h>
26#include <qtooltip.h> 26#include <qtooltip.h>
27#include <qapplication.h>
27#include <qcombobox.h> 28#include <qcombobox.h>
28 29
29#include <kdialog.h> 30#include <kdialog.h>
30#include <klineedit.h> 31#include <klineedit.h>
31#include <klocale.h> 32#include <klocale.h>
32#include <kglobal.h> 33#include <kglobal.h>
33#include <kglobal.h> 34#include <kglobal.h>
34#include "kabprefs.h" 35#include "kabprefs.h"
35 36
36#include "incsearchwidget.h" 37#include "incsearchwidget.h"
37 38
38IncSearchWidget::IncSearchWidget( QWidget *parent, const char *name ) 39IncSearchWidget::IncSearchWidget( QWidget *parent, const char *name )
39 : QWidget( parent, name ) 40 : QWidget( parent, name )
40{ 41{
41#ifndef KAB_EMBEDDED 42#ifndef KAB_EMBEDDED
42//US setCaption( i18n( "Incremental Search" ) ); 43//US setCaption( i18n( "Incremental Search" ) );