summaryrefslogtreecommitdiffstats
path: root/libk3b/core/k3bglobals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/core/k3bglobals.cpp')
-rw-r--r--libk3b/core/k3bglobals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/core/k3bglobals.cpp b/libk3b/core/k3bglobals.cpp
index f5a9e29..401950e 100644
--- a/libk3b/core/k3bglobals.cpp
+++ b/libk3b/core/k3bglobals.cpp
@@ -189,7 +189,7 @@ TQString K3b::prepareDir( const TQString& dir )
}
-TQString K3b::tqparentDir( const TQString& path )
+TQString K3b::parentDir( const TQString& path )
{
TQString tqparent = path;
if( path[path.length()-1] == '/' )