diff options
Diffstat (limited to 'klaptopdaemon/warning.h')
-rw-r--r-- | klaptopdaemon/warning.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klaptopdaemon/warning.h b/klaptopdaemon/warning.h index 2c52348..fa0383b 100644 --- a/klaptopdaemon/warning.h +++ b/klaptopdaemon/warning.h @@ -43,7 +43,7 @@ class WarningConfig : public KCModule Q_OBJECT TQ_OBJECT public: - WarningConfig(int x, TQWidget *tqparent=0, const char* name=0); + WarningConfig(int x, TQWidget *parent=0, const char* name=0); ~WarningConfig(); void save( void ); void load(); |