summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kmanagerselection.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/kmanagerselection.sip')
-rw-r--r--sip/tdecore/kmanagerselection.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/tdecore/kmanagerselection.sip b/sip/tdecore/kmanagerselection.sip
index a43fd2e..99e6ef1 100644
--- a/sip/tdecore/kmanagerselection.sip
+++ b/sip/tdecore/kmanagerselection.sip
@@ -26,7 +26,7 @@
%If ( KDE_3_2_0 - )
-class KSelectionOwner : QObject
+class KSelectionOwner : TQObject
{
%TypeHeaderCode
#include <qdockwindow.h>
@@ -36,8 +36,8 @@ class KSelectionOwner : QObject
public:
- KSelectionOwner (Atom, int = -1, QObject* /TransferThis/ = 0);
- KSelectionOwner (const char*, int = -1, QObject* /TransferThis/ = 0);
+ KSelectionOwner (Atom, int = -1, TQObject* /TransferThis/ = 0);
+ KSelectionOwner (const char*, int = -1, TQObject* /TransferThis/ = 0);
bool claim (bool, bool = 1);
void release ();
Window ownerWindow () const;
@@ -63,7 +63,7 @@ protected:
%If ( KDE_3_2_0 - )
-class KSelectionWatcher : QObject
+class KSelectionWatcher : TQObject
{
%TypeHeaderCode
#include <qdockwindow.h>
@@ -73,8 +73,8 @@ class KSelectionWatcher : QObject
public:
- KSelectionWatcher (Atom, int = -1, QObject* /TransferThis/ = 0);
- KSelectionWatcher (const char*, int = -1, QObject* /TransferThis/ = 0);
+ KSelectionWatcher (Atom, int = -1, TQObject* /TransferThis/ = 0);
+ KSelectionWatcher (const char*, int = -1, TQObject* /TransferThis/ = 0);
Window owner ();
//ig void filterEvent (XEvent*);