From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/java/kxeventutil.h | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'khtml/java/kxeventutil.h') diff --git a/khtml/java/kxeventutil.h b/khtml/java/kxeventutil.h index ea5a49bd1..6eb0bf14b 100644 --- a/khtml/java/kxeventutil.h +++ b/khtml/java/kxeventutil.h @@ -23,29 +23,29 @@ #include #include -#include +#include class KXEventUtil { public: - static QString getXEventName(XEvent *e); - static QString getXAnyEventInfo(XEvent *xevent); - static QString getXButtonEventInfo(XEvent *xevent); - static QString getXKeyEventInfo(XEvent *xevent); - static QString getXMotionEventInfo(XEvent *xevent); - static QString getXCrossingEventInfo(XEvent *xevent); - static QString getXFocusChangeEventInfo(XEvent *xevent); - static QString getXExposeEventInfo(XEvent *xevent); - static QString getXGraphicsExposeEventInfo(XEvent *xevent); - static QString getXNoExposeEventInfo(XEvent *xevent); - static QString getXCreateWindowEventInfo(XEvent *xevent); - static QString getXDestroyWindowEventInfo(XEvent *xevent); - static QString getXMapEventInfo(XEvent *xevent); - static QString getXMappingEventInfo(XEvent *xevent); - static QString getXReparentEventInfo(XEvent *xevent); - static QString getXUnmapEventInfo(XEvent *xevent); - static QString getXConfigureEventInfo(XEvent *xevent); - static QString getXConfigureRequestEventInfo(XEvent *xevent); - static QString getX11EventInfo( XEvent* e ); + static TQString getXEventName(XEvent *e); + static TQString getXAnyEventInfo(XEvent *xevent); + static TQString getXButtonEventInfo(XEvent *xevent); + static TQString getXKeyEventInfo(XEvent *xevent); + static TQString getXMotionEventInfo(XEvent *xevent); + static TQString getXCrossingEventInfo(XEvent *xevent); + static TQString getXFocusChangeEventInfo(XEvent *xevent); + static TQString getXExposeEventInfo(XEvent *xevent); + static TQString getXGraphicsExposeEventInfo(XEvent *xevent); + static TQString getXNoExposeEventInfo(XEvent *xevent); + static TQString getXCreateWindowEventInfo(XEvent *xevent); + static TQString getXDestroyWindowEventInfo(XEvent *xevent); + static TQString getXMapEventInfo(XEvent *xevent); + static TQString getXMappingEventInfo(XEvent *xevent); + static TQString getXReparentEventInfo(XEvent *xevent); + static TQString getXUnmapEventInfo(XEvent *xevent); + static TQString getXConfigureEventInfo(XEvent *xevent); + static TQString getXConfigureRequestEventInfo(XEvent *xevent); + static TQString getX11EventInfo( XEvent* e ); }; #endif -- cgit v1.2.1