summaryrefslogtreecommitdiffstats
path: root/korn/accountmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/accountmanager.h')
-rw-r--r--korn/accountmanager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/korn/accountmanager.h b/korn/accountmanager.h
index 5d0f32936..27c4cd079 100644
--- a/korn/accountmanager.h
+++ b/korn/accountmanager.h
@@ -38,13 +38,14 @@ template< class T, class W > class TQMap;
* This class reads the config and makes the accounts,
* and it communicate with the boxes.
*/
-class AccountManager : public QObject
+class AccountManager : public TQObject
{ Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor, parameters are directed to TQObject.
*/
- AccountManager( TQObject * parent = 0, const char * name = 0 );
+ AccountManager( TQObject * tqparent = 0, const char * name = 0 );
/**
* Destructor