summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/core/extensionmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/core/extensionmanager.cpp')
-rw-r--r--kicker/kicker/core/extensionmanager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/kicker/core/extensionmanager.cpp b/kicker/kicker/core/extensionmanager.cpp
index 62594443f..893cb1665 100644
--- a/kicker/kicker/core/extensionmanager.cpp
+++ b/kicker/kicker/core/extensionmanager.cpp
@@ -27,10 +27,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <stdlib.h>
#include <kaboutdata.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kmenubar.h>
#include <kmessagebox.h>
@@ -233,7 +233,7 @@ void ExtensionManager::migrateMenubar()
// will have a menubar in it, and if so, abort creating one of our
// own.
//
- // the reason i didn't do this as a kconfig_update script is that
+ // the reason i didn't do this as a tdeconfig_update script is that
// most people don't use this feature, so no reason to penalize
// everyone, and moreover the user may added this to their main
// panel, meaning kickerrc itself would have to be vastly modified