summaryrefslogtreecommitdiffstats
path: root/kaddressbook/incsearchwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:27:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-20 16:27:27 -0600
commit94273bcb909fac42ef9427e3d8a614cab8c29c66 (patch)
tree91b99186971ecb475db3ca41b1b12df24029e389 /kaddressbook/incsearchwidget.h
parent41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff)
downloadtdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz
tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip
Rename KABC namespace
Diffstat (limited to 'kaddressbook/incsearchwidget.h')
-rw-r--r--kaddressbook/incsearchwidget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/incsearchwidget.h b/kaddressbook/incsearchwidget.h
index 9b22f75f..3d573202 100644
--- a/kaddressbook/incsearchwidget.h
+++ b/kaddressbook/incsearchwidget.h
@@ -41,7 +41,7 @@ class IncSearchWidget : public TQWidget
IncSearchWidget( TQWidget *parent, const char *name = 0 );
~IncSearchWidget();
- KABC::Field::List currentFields() const;
+ TDEABC::Field::List currentFields() const;
void setCurrentItem( int pos );
int currentItem() const;
@@ -67,7 +67,7 @@ class IncSearchWidget : public TQWidget
void scrollDown();
public slots:
- void setViewFields( const KABC::Field::List& );
+ void setViewFields( const TDEABC::Field::List& );
private slots:
void announceDoSearch();
@@ -81,8 +81,8 @@ class IncSearchWidget : public TQWidget
TQComboBox* mFieldCombo;
KLineEdit* mSearchText;
- KABC::Field::List mFieldList;
- KABC::Field::List mViewFields;
+ TDEABC::Field::List mFieldList;
+ TDEABC::Field::List mViewFields;
TQTimer* mInputTimer;
};