summaryrefslogtreecommitdiffstats
path: root/kdecore/kmanagerselection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kmanagerselection.h')
-rw-r--r--kdecore/kmanagerselection.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdecore/kmanagerselection.h b/kdecore/kmanagerselection.h
index 9b277b998..b6aefd9db 100644
--- a/kdecore/kmanagerselection.h
+++ b/kdecore/kmanagerselection.h
@@ -25,7 +25,7 @@ DEALINGS IN THE SOFTWARE.
#ifndef __KMANAGERSELECTION_H
#define __KMANAGERSELECTION_H
-#include <qobject.h>
+#include <tqobject.h>
#include <kdelibs_export.h>
#ifdef Q_WS_X11 // FIXME(E)
@@ -56,7 +56,7 @@ class KDECORE_EXPORT KSelectionOwner
* @param screen X screen, or -1 for default
* @param parent parent object, or NULL if there is none
*/
- KSelectionOwner( Atom selection, int screen = -1, QObject* parent = NULL );
+ KSelectionOwner( Atom selection, int screen = -1, TQObject* parent = NULL );
/**
* @overload
* This constructor accepts the selection name and creates the appropriate atom
@@ -66,7 +66,7 @@ class KDECORE_EXPORT KSelectionOwner
* @param screen X screen, or -1 for default
* @param parent parent object, or NULL if there is none
*/
- KSelectionOwner( const char* selection, int screen = -1, QObject* parent = NULL );
+ KSelectionOwner( const char* selection, int screen = -1, TQObject* parent = NULL );
/**
* Destructor. Calls release().
*/
@@ -179,7 +179,7 @@ class KDECORE_EXPORT KSelectionWatcher
* @param screen X screen, or -1 for default
* @param parent parent object, or NULL if there is none
*/
- KSelectionWatcher( Atom selection, int screen = -1, QObject* parent = NULL );
+ KSelectionWatcher( Atom selection, int screen = -1, TQObject* parent = NULL );
/**
* @overload
* This constructor accepts the selection name and creates the appropriate atom
@@ -189,7 +189,7 @@ class KDECORE_EXPORT KSelectionWatcher
* @param screen X screen, or -1 for default
* @param parent parent object, or NULL if there is none
*/
- KSelectionWatcher( const char* selection, int screen = -1, QObject* parent = NULL );
+ KSelectionWatcher( const char* selection, int screen = -1, TQObject* parent = NULL );
virtual ~KSelectionWatcher();
/**
* Return the current owner of the manager selection, if any.