diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 137b23f..ff8c5f5 100644 --- a/src/utils.h +++ b/src/utils.h @@ -36,7 +36,7 @@ Provides various help functions. */ class Utils : public TQObject { - Q_OBJECT + TQ_OBJECT public: Utils(KVpncConfig* config,TQObject *parent = 0, const char *name = 0); |