summaryrefslogtreecommitdiffstats
path: root/kaddressbook/nameeditdialog.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/nameeditdialog.h
parent41b65d69967ad0d35f8b4dd37ac63aad1cebdae9 (diff)
downloadtdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.tar.gz
tdepim-94273bcb909fac42ef9427e3d8a614cab8c29c66.zip
Rename KABC namespace
Diffstat (limited to 'kaddressbook/nameeditdialog.h')
-rw-r--r--kaddressbook/nameeditdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/nameeditdialog.h b/kaddressbook/nameeditdialog.h
index 855cd04c..277031d9 100644
--- a/kaddressbook/nameeditdialog.h
+++ b/kaddressbook/nameeditdialog.h
@@ -53,7 +53,7 @@ class NameEditDialog : public KDialogBase
Organization // the organization name
};
- NameEditDialog( const KABC::Addressee &addr, int type,
+ NameEditDialog( const TDEABC::Addressee &addr, int type,
bool readOnly, TQWidget *parent, const char *name = 0 );
~NameEditDialog();
@@ -67,7 +67,7 @@ class NameEditDialog : public KDialogBase
bool changed() const;
- static TQString formattedName( const KABC::Addressee &addr, int type );
+ static TQString formattedName( const TDEABC::Addressee &addr, int type );
protected slots:
void slotHelp();
@@ -91,7 +91,7 @@ class NameEditDialog : public KDialogBase
TQCheckBox *mParseBox;
AddresseeConfig mAddresseeConfig;
- KABC::Addressee mAddressee;
+ TDEABC::Addressee mAddressee;
TQString mCustomFormattedName;
bool mChanged;
};