summaryrefslogtreecommitdiffstats
path: root/tdehtml/java/kjavaappletwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/java/kjavaappletwidget.h')
-rw-r--r--tdehtml/java/kjavaappletwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/java/kjavaappletwidget.h b/tdehtml/java/kjavaappletwidget.h
index 872188769..4912af125 100644
--- a/tdehtml/java/kjavaappletwidget.h
+++ b/tdehtml/java/kjavaappletwidget.h
@@ -23,7 +23,7 @@
#define KJAVAAPPLETWIDGET_H
#include <tqwidget.h>
-#ifndef Q_WS_QWS //FIXME(?) I don't think this is possible with Qt Embedded
+#ifndef TQ_WS_QWS //FIXME(?) I don't think this is possible with Qt Embedded
#include "java/kjavaappletcontext.h"
#include "java/kjavaapplet.h"
#include <qxembed.h>
@@ -75,7 +75,7 @@ class KJavaAppletWidgetPrivate;
class KJavaAppletWidget : public QXEmbed
{
- Q_OBJECT
+ TQ_OBJECT
public:
KJavaAppletWidget( TQWidget* parent=0, const char* name=0 );