summaryrefslogtreecommitdiffstats
path: root/khtml/java/kxeventutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/java/kxeventutil.h')
-rw-r--r--khtml/java/kxeventutil.h40
1 files changed, 20 insertions, 20 deletions
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 <X11/X.h>
#include <X11/Xlib.h>
-#include <qstring.h>
+#include <tqstring.h>
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