summaryrefslogtreecommitdiffstats
path: root/tdespell2/ui/configwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdespell2/ui/configwidget.h')
-rw-r--r--tdespell2/ui/configwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdespell2/ui/configwidget.h b/tdespell2/ui/configwidget.h
index 2f65ed20e..fa06f10dc 100644
--- a/tdespell2/ui/configwidget.h
+++ b/tdespell2/ui/configwidget.h
@@ -27,9 +27,9 @@
namespace KSpell2
{
class Broker;
- class KDE_EXPORT ConfigWidget : public TQWidget
+ class TDE_EXPORT ConfigWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ConfigWidget( Broker *broker, TQWidget *parent, const char *name =0 );
~ConfigWidget();