diff options
Diffstat (limited to 'korn/kornshell.h')
-rw-r--r-- | korn/kornshell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/kornshell.h b/korn/kornshell.h index 57d631d77..3de3e4851 100644 --- a/korn/kornshell.h +++ b/korn/kornshell.h @@ -30,7 +30,7 @@ class TDEConfig; * This is a rewritten KornShell class. It is rewritten because the depending classes changed. */ class KornShell : public TQWidget -{ Q_OBJECT +{ TQ_OBJECT public: KornShell( TQWidget * parent = 0, const char * name = 0 ); |