diff options
Diffstat (limited to 'atlantik/client/event.h')
-rw-r--r-- | atlantik/client/event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/client/event.h b/atlantik/client/event.h index 0acbd387..dc3b6c9b 100644 --- a/atlantik/client/event.h +++ b/atlantik/client/event.h @@ -19,8 +19,8 @@ #include <tqobject.h> -class QDateTime; -class QString; +class TQDateTime; +class TQString; class Event : public QObject { |