diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/kabc/errorhandler.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
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 9a24483..4f96d34 100644 --- a/sip/kabc/errorhandler.sip +++ b/sip/kabc/errorhandler.sip @@ -37,7 +37,7 @@ class ErrorHandler public: - virtual void error (const QString&) = 0; + virtual void error (const TQString&) = 0; }; // class ErrorHandler @@ -51,7 +51,7 @@ class ConsoleErrorHandler : KABC::ErrorHandler public: - virtual void error (const QString&); + virtual void error (const TQString&); }; // class ConsoleErrorHandler @@ -66,7 +66,7 @@ class GUIErrorHandler : KABC::ErrorHandler public: - virtual void error (const QString&); + virtual void error (const TQString&); }; // class GUIErrorHandler @@ -84,8 +84,8 @@ class GuiErrorHandler : KABC::ErrorHandler public: - GuiErrorHandler (QWidget*); - virtual void error (const QString&); + GuiErrorHandler (TQWidget*); + virtual void error (const TQString&); }; // class GuiErrorHandler |