diff options
Diffstat (limited to 'ksysv/RunlevelAuthIcon.h')
-rw-r--r-- | ksysv/RunlevelAuthIcon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ksysv/RunlevelAuthIcon.h b/ksysv/RunlevelAuthIcon.h index 172f6be..ff514a5 100644 --- a/ksysv/RunlevelAuthIcon.h +++ b/ksysv/RunlevelAuthIcon.h @@ -10,11 +10,12 @@ class TQFileInfo; class RunlevelAuthIcon : public KAuthIcon { Q_OBJECT - Q_PROPERTY (int refreshInterval READ refreshInterval WRITE setRefreshInterval) + TQ_OBJECT + TQ_PROPERTY (int refreshInterval READ refreshInterval WRITE setRefreshInterval) public: RunlevelAuthIcon (const TQString& scriptPath, const TQString& runlevelPath, - TQWidget* parent = 0L, const char* name = 0L); + TQWidget* tqparent = 0L, const char* name = 0L); virtual ~RunlevelAuthIcon (); |