diff options
Diffstat (limited to 'klaptopdaemon/buttons.h')
-rw-r--r-- | klaptopdaemon/buttons.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/klaptopdaemon/buttons.h b/klaptopdaemon/buttons.h index 6c548a0..9263f5f 100644 --- a/klaptopdaemon/buttons.h +++ b/klaptopdaemon/buttons.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 @@ -40,8 +40,9 @@ class KComboBox; class ButtonsConfig : public KCModule { Q_OBJECT + TQ_OBJECT public: - ButtonsConfig( TQWidget *parent=0, const char* name=0); + ButtonsConfig( TQWidget *tqparent=0, const char* name=0); ~ButtonsConfig(); void save( void ); void load(); |