diff options
Diffstat (limited to 'certmanager/crlview.h')
-rw-r--r-- | certmanager/crlview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/crlview.h b/certmanager/crlview.h index 41a78bfaf..8cf0c7049 100644 --- a/certmanager/crlview.h +++ b/certmanager/crlview.h @@ -45,7 +45,7 @@ class CRLView : public TQDialog { Q_OBJECT TQ_OBJECT public: - CRLView( TQWidget* tqparent = 0, const char* name = 0, bool modal = false ); + CRLView( TQWidget* parent = 0, const char* name = 0, bool modal = false ); ~CRLView(); public slots: void slotUpdateView(); |