diff options
Diffstat (limited to 'sip/kabc/errorhandler.sip')
-rw-r--r-- | sip/kabc/errorhandler.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/kabc/errorhandler.sip b/sip/kabc/errorhandler.sip index e232e35..8004383 100644 --- a/sip/kabc/errorhandler.sip +++ b/sip/kabc/errorhandler.sip @@ -25,7 +25,7 @@ %If ( KDE_3_1_0 - ) -namespace KABC +namespace TDEABC { class ErrorHandler @@ -42,7 +42,7 @@ public: }; // class ErrorHandler -class ConsoleErrorHandler : KABC::ErrorHandler +class ConsoleErrorHandler : TDEABC::ErrorHandler { %TypeHeaderCode #include <tqwidget.h> @@ -58,7 +58,7 @@ public: %If ( KDE_3_5_1 - ) -class GUIErrorHandler : KABC::ErrorHandler +class GUIErrorHandler : TDEABC::ErrorHandler { %TypeHeaderCode #include <errorhandler.h> @@ -75,7 +75,7 @@ public: %If ( KDE_3_2_0 - ) -class GuiErrorHandler : KABC::ErrorHandler +class GuiErrorHandler : TDEABC::ErrorHandler { %TypeHeaderCode #include <tqwidget.h> @@ -91,7 +91,7 @@ public: %End -}; // namespace KABC +}; // namespace TDEABC %End |