From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- doc/ksplashml/index.docbook | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/ksplashml') diff --git a/doc/ksplashml/index.docbook b/doc/ksplashml/index.docbook index 15a826872..a3abb27c8 100644 --- a/doc/ksplashml/index.docbook +++ b/doc/ksplashml/index.docbook @@ -814,7 +814,7 @@ class Cfg2k: public ThemeEngineConfig { Q_OBJECT public: - Cfg2k( KConfig * ); + Cfg2k( TDEConfig * ); }; class ObjKsTheme; @@ -828,7 +828,7 @@ public: { return( QString("KSplash2k") ); } - inline const KDialogBase *config( KConfig *kc ) + inline const KDialogBase *config( TDEConfig *kc ) { return new Cfg2k( kc ); } @@ -924,7 +924,7 @@ void Theme2k::readSettings() if( !mTheme ) return; - KConfig *cfg = mTheme->themeConfig(); + TDEConfig *cfg = mTheme->themeConfig(); if( !cfg ) return; @@ -1099,7 +1099,7 @@ appropriate plugin. K_EXPORT_COMPONENT_FACTORY( ksplash2k, KGenericFactory<Theme2k> ); -Cfg2k::Cfg2k( KConfig * ) +Cfg2k::Cfg2k( TDEConfig * ) {} Theme2k::Theme2k( QWidget *parent, const char *name, const QStringList &args @@ -1164,7 +1164,7 @@ void Theme2k::readSettings() if( !mTheme ) return; - KConfig *cfg = mTheme->themeConfig(); + TDEConfig *cfg = mTheme->themeConfig(); if( !cfg ) return; -- cgit v1.2.1