summaryrefslogtreecommitdiffstats
path: root/kiosktool/componentPage.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:02 -0600
commit033160606842587f113a62c987d5bee31a1349cc (patch)
tree6861c5dfa3804654c5389d9473231e20251dd94b /kiosktool/componentPage.h
parent70fa683ca9a2e47fc14ad0462cb25becb890d146 (diff)
downloadkiosktool-033160606842587f113a62c987d5bee31a1349cc.tar.gz
kiosktool-033160606842587f113a62c987d5bee31a1349cc.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kiosktool/componentPage.h')
-rw-r--r--kiosktool/componentPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/componentPage.h b/kiosktool/componentPage.h
index 81e21fd..8e0e716 100644
--- a/kiosktool/componentPage.h
+++ b/kiosktool/componentPage.h
@@ -22,7 +22,7 @@
#include "componentPage_ui.h"
#include "pageWidget.h"
-class KProcess;
+class TDEProcess;
class Component;
class ComponentData;
@@ -57,7 +57,7 @@ protected:
void prepareMutableFiles();
private:
- KProcess *m_process;
+ TDEProcess *m_process;
ComponentData *m_data;
Component *m_component;
bool m_saveSettings;