summaryrefslogtreecommitdiffstats
path: root/sip/kabc/resourceselectdialog.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-20 16:22:33 -0600
committerTimothy Pearson <[email protected]>2013-02-20 16:22:33 -0600
commit406efe8c28ee592ef8fe878d80e4de7334436687 (patch)
treef29eefb11fa46751d48c1314baf4864ec84e3ed3 /sip/kabc/resourceselectdialog.sip
parent32b4fbc109cefc7cff3b7355b4d4f3084336c97b (diff)
downloadpytde-406efe8c28ee592ef8fe878d80e4de7334436687.tar.gz
pytde-406efe8c28ee592ef8fe878d80e4de7334436687.zip
Rename KABC namespace
Diffstat (limited to 'sip/kabc/resourceselectdialog.sip')
-rw-r--r--sip/kabc/resourceselectdialog.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kabc/resourceselectdialog.sip b/sip/kabc/resourceselectdialog.sip
index d7c0a64..e3ca153 100644
--- a/sip/kabc/resourceselectdialog.sip
+++ b/sip/kabc/resourceselectdialog.sip
@@ -25,7 +25,7 @@
%If ( KDE_3_1_0 - )
-namespace KABC
+namespace TDEABC
{
class ResourceSelectDialog
@@ -38,18 +38,18 @@ class ResourceSelectDialog
public:
- ResourceSelectDialog (KABC::AddressBook*, TQWidget* = 0, const char* = 0);
- KABC::Resource* resource ();
- static KABC::Resource* getResource (KABC::AddressBook*, TQWidget* = 0);
+ ResourceSelectDialog (TDEABC::AddressBook*, TQWidget* = 0, const char* = 0);
+ TDEABC::Resource* resource ();
+ static TDEABC::Resource* getResource (TDEABC::AddressBook*, TQWidget* = 0);
//force
private:
- ResourceSelectDialog (KABC::ResourceSelectDialog&);
+ ResourceSelectDialog (TDEABC::ResourceSelectDialog&);
//end
}; // class ResourceSelectDialog
-}; // namespace KABC
+}; // namespace TDEABC
%End