diff options
Diffstat (limited to 'src/progressindicator.h')
-rwxr-xr-x | src/progressindicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progressindicator.h b/src/progressindicator.h index 5bf4d3d..b879136 100755 --- a/src/progressindicator.h +++ b/src/progressindicator.h @@ -23,7 +23,7 @@ public: /** * Constructor */ - ProgressIndicator( KSystemTray* _systemTray, TQWidget* tqparent = 0, const char* name = 0 ); + ProgressIndicator( KSystemTray* _systemTray, TQWidget* parent = 0, const char* name = 0 ); /** * Destructor |