summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/autotoolsaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/autotoolsaction.cpp')
-rw-r--r--buildtools/autotools/autotoolsaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/autotoolsaction.cpp b/buildtools/autotools/autotoolsaction.cpp
index fbaf91a8..66fe9f08 100644
--- a/buildtools/autotools/autotoolsaction.cpp
+++ b/buildtools/autotools/autotoolsaction.cpp
@@ -104,7 +104,7 @@ int AutoToolsAction::plug( TQWidget* w, int index )
}
// Check if action is permitted
- if (kapp && !kapp->authorizeTDEAction(name()))
+ if (tdeApp && !tdeApp->authorizeTDEAction(name()))
return -1;
if ( ::tqt_cast<TQToolButton*>( w ) )