diff options
Diffstat (limited to 'klaptopdaemon/profile.cpp')
-rw-r--r-- | klaptopdaemon/profile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klaptopdaemon/profile.cpp b/klaptopdaemon/profile.cpp index d8f442f..b16ad1a 100644 --- a/klaptopdaemon/profile.cpp +++ b/klaptopdaemon/profile.cpp @@ -53,8 +53,8 @@ extern void wake_laptop_daemon(); -ProfileConfig::ProfileConfig(TQWidget * tqparent, const char *name) - : KCModule(tqparent, name) +ProfileConfig::ProfileConfig(TQWidget * parent, const char *name) + : KCModule(parent, name) { TQStringList performance_list; int current_performance; |