From 8d7bb2841842aca2eb69bfd847b8674abfa06425 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 9 Jun 2012 21:11:40 -0500 Subject: Add keep password option to tdesu This closes Bug 388 --- tdesu/tdesu/sudlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdesu/tdesu/sudlg.h') diff --git a/tdesu/tdesu/sudlg.h b/tdesu/tdesu/sudlg.h index 64a283a0e..b72186603 100644 --- a/tdesu/tdesu/sudlg.h +++ b/tdesu/tdesu/sudlg.h @@ -15,7 +15,7 @@ class KDEsuDialog Q_OBJECT public: - KDEsuDialog(TQCString user, TQCString auth_user, bool enableKeep, const TQString& icon , bool withIgnoreButton=false); + KDEsuDialog(TQCString user, TQCString auth_user, bool enableKeep, const TQString& icon , bool withIgnoreButton=false, int timeout=-1); ~KDEsuDialog(); enum ResultCodes { AsUser = 10 }; -- cgit v1.2.3