diff options
Diffstat (limited to 'klaptopdaemon/apm.h')
-rw-r--r-- | klaptopdaemon/apm.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/klaptopdaemon/apm.h b/klaptopdaemon/apm.h index b6e6ed3..f99e726 100644 --- a/klaptopdaemon/apm.h +++ b/klaptopdaemon/apm.h @@ -3,7 +3,7 @@ * * Copyright (c) 2003 Paul Campbell <paul@taniwha.com> * - * Requires the Qt widget libraries, available at no cost at + * Requires the TQt widget libraries, available at no cost at * http://www.troll.no/ * * This program is free software; you can redistribute it and/or modify @@ -40,8 +40,9 @@ class TQPushButton; class ApmConfig : public KCModule { Q_OBJECT + TQ_OBJECT public: - ApmConfig( TQWidget *parent=0, const char* name=0); + ApmConfig( TQWidget *tqparent=0, const char* name=0); ~ApmConfig( ); void save( void ); |