summaryrefslogtreecommitdiffstats
path: root/sip/kabc/formatfactory.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kabc/formatfactory.sip')
-rw-r--r--sip/kabc/formatfactory.sip10
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/kabc/formatfactory.sip b/sip/kabc/formatfactory.sip
index 1eac237..0bede53 100644
--- a/sip/kabc/formatfactory.sip
+++ b/sip/kabc/formatfactory.sip
@@ -25,7 +25,7 @@
%If ( KDE_3_1_0 - )
-namespace KABC
+namespace TDEABC
{
class FormatInfo
@@ -51,10 +51,10 @@ class FormatFactory
public:
- static KABC::FormatFactory* self ();
- KABC::FormatPlugin* format (const TQString&);
+ static TDEABC::FormatFactory* self ();
+ TDEABC::FormatPlugin* format (const TQString&);
TQStringList formats ();
- KABC::FormatInfo* info (const TQString&);
+ TDEABC::FormatInfo* info (const TQString&);
protected:
FormatFactory ();
@@ -68,7 +68,7 @@ protected:
}; // class FormatFactory
-}; // namespace KABC
+}; // namespace TDEABC
%End