summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/qxembed.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 01:54:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 01:54:26 -0600
commit8fa6239b59e0627e8bc840342fe50d026f532dcd (patch)
treeccb8dac7f416fd0749132a5adca2b340ac6accbd /sip/tdeui/qxembed.sip
parent2627136bb0f3c43fb2d0cb48838ea70425d17241 (diff)
downloadpytde-8fa6239b59e0627e8bc840342fe50d026f532dcd.tar.gz
pytde-8fa6239b59e0627e8bc840342fe50d026f532dcd.zip
Rename TQXEmbed to correct QXEmbed
Diffstat (limited to 'sip/tdeui/qxembed.sip')
-rw-r--r--sip/tdeui/qxembed.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/tdeui/qxembed.sip b/sip/tdeui/qxembed.sip
index 3b198a8..7ea37e0 100644
--- a/sip/tdeui/qxembed.sip
+++ b/sip/tdeui/qxembed.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class TQXEmbed : TQWidget
+class QXEmbed : TQWidget
{
%TypeHeaderCode
#include <qxembed.h>
@@ -32,7 +32,7 @@ class TQXEmbed : TQWidget
public:
- TQXEmbed (TQWidget* /TransferThis/ = 0, const char* = 0, WFlags = 0);
+ QXEmbed (TQWidget* /TransferThis/ = 0, const char* = 0, WFlags = 0);
static void initialize ();
%If ( KDE_3_1_1 - )
@@ -43,8 +43,8 @@ public:
XPLAIN
};
- void setProtocol (TQXEmbed::Protocol);
- TQXEmbed::Protocol protocol ();
+ void setProtocol (QXEmbed::Protocol);
+ QXEmbed::Protocol protocol ();
%End
void embed (WId);
@@ -69,7 +69,7 @@ public:
return NULL;
Py_BEGIN_ALLOW_THREADS
- sipRes = TQXEmbed::processClientCmdline (a0, n, strings);
+ sipRes = QXEmbed::processClientCmdline (a0, n, strings);
Py_END_ALLOW_THREADS
sipFree((ANY *)strings);
@@ -109,5 +109,5 @@ protected:
virtual void windowChanged (WId);
bool focusNextPrevChild (bool);
-}; // class TQXEmbed
+}; // class QXEmbed