summaryrefslogtreecommitdiffstats
path: root/kiosktool/componentPage.cpp
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.cpp
parent70fa683ca9a2e47fc14ad0462cb25becb890d146 (diff)
downloadkiosktool-033160606842587f113a62c987d5bee31a1349cc.tar.gz
kiosktool-033160606842587f113a62c987d5bee31a1349cc.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kiosktool/componentPage.cpp')
-rw-r--r--kiosktool/componentPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/componentPage.cpp b/kiosktool/componentPage.cpp
index 1cd6553..915a3e3 100644
--- a/kiosktool/componentPage.cpp
+++ b/kiosktool/componentPage.cpp
@@ -162,7 +162,7 @@ void ComponentPage::slotSetup()
if (m_process->isRunning())
{
- connect(m_process, TQT_SIGNAL(processExited(KProcess *)), this, TQT_SLOT(slotPreviewDone()));
+ connect(m_process, TQT_SIGNAL(processExited(TDEProcess *)), this, TQT_SLOT(slotPreviewDone()));
}
else
{
@@ -260,7 +260,7 @@ void ComponentPage::slotPreview()
if (m_process->isRunning())
{
- connect(m_process, TQT_SIGNAL(processExited(KProcess *)), this, TQT_SLOT(slotPreviewDone()));
+ connect(m_process, TQT_SIGNAL(processExited(TDEProcess *)), this, TQT_SLOT(slotPreviewDone()));
}
else
{