diff options
Diffstat (limited to 'khtml/java/kqeventutil.h')
-rw-r--r-- | khtml/java/kqeventutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/java/kqeventutil.h b/khtml/java/kqeventutil.h index fd199baa1..9f5194d90 100644 --- a/khtml/java/kqeventutil.h +++ b/khtml/java/kqeventutil.h @@ -23,12 +23,12 @@ #ifndef KQEVENTUTIL_H #define KQEVENTUTIL_H -#include <qstring.h> +#include <tqstring.h> class QEvent; class KQEventUtil { public: - static QString getQtEventName(QEvent *e); + static TQString getQtEventName(TQEvent *e); }; #endif |