summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'klaptopdaemon/power.h')
-rw-r--r--klaptopdaemon/power.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/klaptopdaemon/power.h b/klaptopdaemon/power.h
index c5d7761..d856dcd 100644
--- a/klaptopdaemon/power.h
+++ b/klaptopdaemon/power.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 1999 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
@@ -41,8 +41,9 @@ class KDoubleSpinBox;
class PowerConfig : public KCModule
{
Q_OBJECT
+ TQ_OBJECT
public:
- PowerConfig( TQWidget *parent=0, const char* name=0);
+ PowerConfig( TQWidget *tqparent=0, const char* name=0);
~PowerConfig();
void save( void );
void load();