summaryrefslogtreecommitdiffstats
path: root/kpdf/conf
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/conf')
-rw-r--r--kpdf/conf/dlggeneral.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/conf/dlggeneral.ui.h b/kpdf/conf/dlggeneral.ui.h
index 3a12c7c9..262d3c71 100644
--- a/kpdf/conf/dlggeneral.ui.h
+++ b/kpdf/conf/dlggeneral.ui.h
@@ -19,7 +19,7 @@ void DlgGeneral::showEvent( TQShowEvent * )
#if KPDF_FORCE_DRM
kcfg_ObeyDRM->hide();
#else
- if (kapp->authorize("skip_drm")) kcfg_ObeyDRM->show();
+ if (tdeApp->authorize("skip_drm")) kcfg_ObeyDRM->show();
else kcfg_ObeyDRM->hide();
#endif
}