summaryrefslogtreecommitdiffstats
path: root/sip/kabc/format.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kabc/format.sip')
-rw-r--r--sip/kabc/format.sip8
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/kabc/format.sip b/sip/kabc/format.sip
index 30e1197..edf428a 100644
--- a/sip/kabc/format.sip
+++ b/sip/kabc/format.sip
@@ -23,7 +23,7 @@
// If not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-namespace KABC
+namespace TDEABC
{
class Format
@@ -34,10 +34,10 @@ class Format
public:
- virtual bool load (KABC::AddressBook*, const TQString&) = 0;
- virtual bool save (KABC::AddressBook*, const TQString&) = 0;
+ virtual bool load (TDEABC::AddressBook*, const TQString&) = 0;
+ virtual bool save (TDEABC::AddressBook*, const TQString&) = 0;
}; // class Format
-}; // namespace KABC
+}; // namespace TDEABC