diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kmyfirewall/index.docbook | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/kmyfirewall/index.docbook b/doc/kmyfirewall/index.docbook index 1c8df51..bd50735 100644 --- a/doc/kmyfirewall/index.docbook +++ b/doc/kmyfirewall/index.docbook @@ -1022,7 +1022,7 @@ private: }; -class KInstance; +class TDEInstance; class KMFRuleOptionEditMACFactory : public KLibFactory { Q_OBJECT @@ -1138,12 +1138,12 @@ QWidget* KMFRuleOptionEditMAC::editWidget() { } // It's usually safe to leave the factory code alone.. with the -// notable exception of the KAboutData data +// notable exception of the TDEAboutData data #include <kaboutdata.h> #include <klocale.h> -// KInstance* KMFRuleOptionEditMACFactory::s_instance = 0L; -// KAboutData* KMFRuleOptionEditMACFactory::s_about = 0L; +// TDEInstance* KMFRuleOptionEditMACFactory::s_instance = 0L; +// TDEAboutData* KMFRuleOptionEditMACFactory::s_about = 0L; KMFRuleOptionEditMACFactory::KMFRuleOptionEditMACFactory( QObject* parent, const char* name ) : KLibFactory( parent, name ) { |