summaryrefslogtreecommitdiffstats
path: root/kspread/KSpreadTableIface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/KSpreadTableIface.cc')
-rw-r--r--kspread/KSpreadTableIface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/KSpreadTableIface.cc b/kspread/KSpreadTableIface.cc
index b2f31f61..e6067639 100644
--- a/kspread/KSpreadTableIface.cc
+++ b/kspread/KSpreadTableIface.cc
@@ -132,7 +132,7 @@ void SheetIface::sheetNameHasChanged() {
while (currentObj != 0L) {
ident.prepend( currentObj->name() );
ident.prepend("/");
- currentObj = currentObj->tqparent();
+ currentObj = currentObj->parent();
}
if ( ident[0] == '/' )
ident = ident.mid(1);