summaryrefslogtreecommitdiffstats
path: root/sip/kparts/browserinterface.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 22:23:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 22:23:44 -0600
commit203ba231d0276943aae36111f9ec1e949f3c6a4c (patch)
treef039f7a5b5fc2da88a96876971bac580d87f6788 /sip/kparts/browserinterface.sip
parentfd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff)
downloadpytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz
pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip
Initial TQt conversion
Diffstat (limited to 'sip/kparts/browserinterface.sip')
-rw-r--r--sip/kparts/browserinterface.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kparts/browserinterface.sip b/sip/kparts/browserinterface.sip
index 06785f6..b57ad05 100644
--- a/sip/kparts/browserinterface.sip
+++ b/sip/kparts/browserinterface.sip
@@ -26,7 +26,7 @@
namespace KParts
{
-class BrowserInterface : QObject
+class BrowserInterface : TQObject
{
%TypeHeaderCode
#include <browserinterface.h>
@@ -34,8 +34,8 @@ class BrowserInterface : QObject
public:
- BrowserInterface (QObject* /TransferThis/, const char* = 0);
- void callMethod (const char*, const QVariant&);
+ BrowserInterface (TQObject* /TransferThis/, const char* = 0);
+ void callMethod (const char*, const TQVariant&);
}; // class BrowserInterface