summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/kopenwith.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/kopenwith.cpp')
-rw-r--r--tdeio/tdefile/kopenwith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kopenwith.cpp b/tdeio/tdefile/kopenwith.cpp
index 527f53b51..b1fdbaacc 100644
--- a/tdeio/tdefile/kopenwith.cpp
+++ b/tdeio/tdefile/kopenwith.cpp
@@ -388,7 +388,7 @@ void KOpenWithDlg::setServiceType( const KURL::List& _urls )
void KOpenWithDlg::init( const TQString& _text, const TQString& _value )
{
d = new KOpenWithDlgPrivate;
- bool bReadOnly = kapp && !kapp->authorize("shell_access");
+ bool bReadOnly = tdeApp && !tdeApp->authorize("shell_access");
m_terminaldirty = false;
m_pTree = 0L;
m_pService = 0L;