summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui/progressbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/ui/progressbar.cpp')
-rw-r--r--certmanager/lib/ui/progressbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/ui/progressbar.cpp b/certmanager/lib/ui/progressbar.cpp
index b6518c60..6fe2f531 100644
--- a/certmanager/lib/ui/progressbar.cpp
+++ b/certmanager/lib/ui/progressbar.cpp
@@ -39,8 +39,8 @@
static const int busyTimerTickInterval = 100;
static const int busyTimerTickIncrement = 5;
-Kleo::ProgressBar::ProgressBar( TQWidget * tqparent, const char * name, WFlags f )
- : TQProgressBar( 0, tqparent, name, f ),
+Kleo::ProgressBar::ProgressBar( TQWidget * parent, const char * name, WFlags f )
+ : TQProgressBar( 0, parent, name, f ),
mRealProgress( -1 )
{
mBusyTimer = new TQTimer( this );