diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdecore/kmanagerselection.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/kmanagerselection.h')
-rw-r--r-- | kdecore/kmanagerselection.h | 10 |
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. |