summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/kcm_sambaconf/usertabimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/usertabimpl.cpp')
-rw-r--r--filesharing/advanced/kcm_sambaconf/usertabimpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/usertabimpl.cpp b/filesharing/advanced/kcm_sambaconf/usertabimpl.cpp
index 366a3f15..c07da925 100644
--- a/filesharing/advanced/kcm_sambaconf/usertabimpl.cpp
+++ b/filesharing/advanced/kcm_sambaconf/usertabimpl.cpp
@@ -57,8 +57,8 @@
* @pre share is not null
* @post _share = share
*/
-UserTabImpl::UserTabImpl(TQWidget* tqparent, SambaShare* share)
- : UserTab(tqparent)
+UserTabImpl::UserTabImpl(TQWidget* parent, SambaShare* share)
+ : UserTab(parent)
{
if (share == 0L) {
kdWarning() << "WARNING: UserTabImpl constructor: share parameter is null!" << endl;