summaryrefslogtreecommitdiffstats
path: root/kaddressbook/viewmanager.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/viewmanager.h
parent41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff)
downloadtdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz
tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip
Rename KABC namespace
Diffstat (limited to 'kaddressbook/viewmanager.h')
-rw-r--r--kaddressbook/viewmanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/viewmanager.h b/kaddressbook/viewmanager.h
index d248a6ba..9820607e 100644
--- a/kaddressbook/viewmanager.h
+++ b/kaddressbook/viewmanager.h
@@ -37,7 +37,7 @@ class TDESelectAction;
class FilterSelectionWidget;
namespace KAB { class Core; }
-namespace KABC { class AddressBook; }
+namespace TDEABC { class AddressBook; }
/**
The view manager manages the views and everything related to them. The
@@ -63,12 +63,12 @@ class ViewManager : public TQWidget
TQStringList selectedUids() const;
TQStringList selectedEmails() const;
- KABC::Addressee::List selectedAddressees() const;
+ TDEABC::Addressee::List selectedAddressees() const;
void setFilterSelectionWidget( FilterSelectionWidget *wdg );
- KABC::Field *currentSortField() const;
- KABC::Field::List viewFields() const;
+ TDEABC::Field *currentSortField() const;
+ TDEABC::Field::List viewFields() const;
public slots:
void setSelected( const TQString &uid = TQString(), bool selected = true );