From da47dd9fc60e6e0eecf609fb934eb0e2bd3ef3fb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:21:47 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- kget/dlgSystem.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kget/dlgSystem.cpp') diff --git a/kget/dlgSystem.cpp b/kget/dlgSystem.cpp index af33f966..fc3c49e7 100644 --- a/kget/dlgSystem.cpp +++ b/kget/dlgSystem.cpp @@ -32,10 +32,10 @@ #undef index #endif -#include +#include #include "settings.h" -#include "kmainwidget.h" +#include "tdemainwidget.h" #include "dlgSystem.h" #include @@ -62,11 +62,11 @@ void DlgSystem::applyData() { if (cb_useAnimation->isChecked() != ksettings.b_useAnimation) { - kmain->slotToggleAnimation(); + tdemain->slotToggleAnimation(); } ksettings.listViewFont = le_font->font(); - kmain->setListFont(); + tdemain->setListFont(); } void DlgSystem::slotChanged() -- cgit v1.2.1