summaryrefslogtreecommitdiffstats
path: root/certmanager/crlview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/crlview.cpp')
-rw-r--r--certmanager/crlview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/crlview.cpp b/certmanager/crlview.cpp
index 6b46bef9a..3318f8ddf 100644
--- a/certmanager/crlview.cpp
+++ b/certmanager/crlview.cpp
@@ -49,8 +49,8 @@
#include <tqfontmetrics.h>
#include <tqtimer.h>
-CRLView::CRLView( TQWidget* tqparent, const char* name, bool modal )
- : TQDialog( tqparent, name, modal ), _process(0)
+CRLView::CRLView( TQWidget* parent, const char* name, bool modal )
+ : TQDialog( parent, name, modal ), _process(0)
{
TQVBoxLayout* topLayout = new TQVBoxLayout( this, 10, 4 );