diff options
Diffstat (limited to 'klaptopdaemon/pcmcia.h')
-rw-r--r-- | klaptopdaemon/pcmcia.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/klaptopdaemon/pcmcia.h b/klaptopdaemon/pcmcia.h index f9579f9..18eec79 100644 --- a/klaptopdaemon/pcmcia.h +++ b/klaptopdaemon/pcmcia.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 PcmciaConfig : public KCModule { Q_OBJECT + TQ_OBJECT public: - PcmciaConfig( TQWidget *parent=0, const char* name=0); + PcmciaConfig( TQWidget *tqparent=0, const char* name=0); void save( void ); void load(); |