diff options
Diffstat (limited to 'ksysv/RunlevelAuthIcon.h')
-rw-r--r-- | ksysv/RunlevelAuthIcon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/RunlevelAuthIcon.h b/ksysv/RunlevelAuthIcon.h index ff514a5..f2aeee6 100644 --- a/ksysv/RunlevelAuthIcon.h +++ b/ksysv/RunlevelAuthIcon.h @@ -15,7 +15,7 @@ class RunlevelAuthIcon : public KAuthIcon public: RunlevelAuthIcon (const TQString& scriptPath, const TQString& runlevelPath, - TQWidget* tqparent = 0L, const char* name = 0L); + TQWidget* parent = 0L, const char* name = 0L); virtual ~RunlevelAuthIcon (); |