summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui/progressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/ui/progressbar.h')
-rw-r--r--certmanager/lib/ui/progressbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/lib/ui/progressbar.h b/certmanager/lib/ui/progressbar.h
index 705fe11f..f5a9644f 100644
--- a/certmanager/lib/ui/progressbar.h
+++ b/certmanager/lib/ui/progressbar.h
@@ -46,7 +46,7 @@ namespace Kleo {
Q_OBJECT
TQ_OBJECT
public:
- ProgressBar( TQWidget * tqparent=0, const char * name=0, WFlags f=0 );
+ ProgressBar( TQWidget * parent=0, const char * name=0, WFlags f=0 );
public slots:
void slotProgress( const TQString & message, int type, int current, int total );