diff options
Diffstat (limited to 'klaptopdaemon/main.h')
-rw-r--r-- | klaptopdaemon/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klaptopdaemon/main.h b/klaptopdaemon/main.h index ddefe22..973c2c8 100644 --- a/klaptopdaemon/main.h +++ b/klaptopdaemon/main.h @@ -48,7 +48,7 @@ class LaptopModule : public KCModule public: - LaptopModule(TQWidget *tqparent, const char *name); + LaptopModule(TQWidget *parent, const char *name); void load(); void save(); |