summaryrefslogtreecommitdiffstats
path: root/tdespell2/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdespell2/client.h')
-rw-r--r--tdespell2/client.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tdespell2/client.h b/tdespell2/client.h
index 9f18f9518..ddf54af4b 100644
--- a/tdespell2/client.h
+++ b/tdespell2/client.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*-
/*
* client.cpp
*
@@ -38,9 +37,9 @@ namespace KSpell2
* I don't really feel like writting my own KLibFactory
* that would load anything else then TQObject derivatives.
*/
- class KDE_EXPORT Client : public TQObject
+ class TDE_EXPORT Client : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
Client( TQObject *parent = 0, const char *name=0 );