summaryrefslogtreecommitdiffstats
path: root/kget/dlgSystem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:21:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:21:47 -0600
commitda47dd9fc60e6e0eecf609fb934eb0e2bd3ef3fb (patch)
treeb42ba87fcdfa425a31e243a62d71e1de248b6ee8 /kget/dlgSystem.cpp
parent4ed8d784e29102ed1659f4ccf71fcc6fb0dad5c8 (diff)
downloadtdenetwork-da47dd9fc60e6e0eecf609fb934eb0e2bd3ef3fb.tar.gz
tdenetwork-da47dd9fc60e6e0eecf609fb934eb0e2bd3ef3fb.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kget/dlgSystem.cpp')
-rw-r--r--kget/dlgSystem.cpp8
1 files changed, 4 insertions, 4 deletions
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 <kfontrequester.h>
+#include <tdefontrequester.h>
#include "settings.h"
-#include "kmainwidget.h"
+#include "tdemainwidget.h"
#include "dlgSystem.h"
#include <tqbuttongroup.h>
@@ -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()