diff options
Diffstat (limited to 'klaptopdaemon/acpi.h')
-rw-r--r-- | klaptopdaemon/acpi.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/klaptopdaemon/acpi.h b/klaptopdaemon/acpi.h index fc9b261..e98934b 100644 --- a/klaptopdaemon/acpi.h +++ b/klaptopdaemon/acpi.h @@ -3,7 +3,7 @@ * * Copyright (c) 2002 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 AcpiConfig : public KCModule { Q_OBJECT + TQ_OBJECT public: - AcpiConfig( TQWidget *parent=0, const char* name=0); + AcpiConfig( TQWidget *tqparent=0, const char* name=0); ~AcpiConfig( ); void save( void ); |