summaryrefslogtreecommitdiffstats
path: root/kiten/widgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'kiten/widgets.h')
-rw-r--r--kiten/widgets.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kiten/widgets.h b/kiten/widgets.h
index 44ae4447..2319b4d0 100644
--- a/kiten/widgets.h
+++ b/kiten/widgets.h
@@ -34,9 +34,9 @@ class KStatusBar;
#include "dict.h"
#include "rad.h"
-class KDE_EXPORT ResultView : public KTextBrowser
+class TDE_EXPORT ResultView : public KTextBrowser
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -64,9 +64,9 @@ class KDE_EXPORT ResultView : public KTextBrowser
bool basicMode;
};
-class KDE_EXPORT eEdit : public TDEMainWindow
+class TDE_EXPORT eEdit : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -90,9 +90,9 @@ class KDE_EXPORT eEdit : public TDEMainWindow
bool isMod;
};
-class KDE_EXPORT EditAction : public TDEAction
+class TDE_EXPORT EditAction : public TDEAction
{
- Q_OBJECT
+ TQ_OBJECT
public:
EditAction( const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name );