summaryrefslogtreecommitdiffstats
path: root/kmobile/kmobiledevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/kmobiledevice.cpp')
-rw-r--r--kmobile/kmobiledevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmobile/kmobiledevice.cpp b/kmobile/kmobiledevice.cpp
index cc25c366..a4d807da 100644
--- a/kmobile/kmobiledevice.cpp
+++ b/kmobile/kmobiledevice.cpp
@@ -104,9 +104,9 @@ bool KMobileDevice::isReadOnly() const
return false;
}
-bool KMobileDevice::configDialog( TQWidget *tqparent )
+bool KMobileDevice::configDialog( TQWidget *parent )
{
- KMessageBox::information( tqparent,
+ KMessageBox::information( parent,
i18n("This tqdevice does not need any configuration."),
tqdeviceName() );
return true;