diff options
Diffstat (limited to 'kmyfirewall/kmfwidgets/kmftemplatechooser.cpp')
-rw-r--r-- | kmyfirewall/kmfwidgets/kmftemplatechooser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/kmfwidgets/kmftemplatechooser.cpp b/kmyfirewall/kmfwidgets/kmftemplatechooser.cpp index d82ba5c..0f1d1cc 100644 --- a/kmyfirewall/kmfwidgets/kmftemplatechooser.cpp +++ b/kmyfirewall/kmfwidgets/kmftemplatechooser.cpp @@ -97,7 +97,7 @@ void KMFTemplateChooser::parseTemplates(){ m_templateDescriptions.append( i18n("Clean Ruleset that does not do anything. Use this if you like to setup your firewall from scratch.") ); } - KStandardDirs std_dir; + TDEStandardDirs std_dir; TQString tmp_dir = std_dir.findResourceDir( "data", "kmyfirewall/templates/" ); TQDir dir( tmp_dir + "/kmyfirewall/templates/" ); |