summaryrefslogtreecommitdiffstats
path: root/kiosktool/componentPage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:55:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:55:27 -0600
commitf4e87b81b75d280d698b44516af37d61db8740e4 (patch)
tree45a2a445e5fb1edd9392b35e4d862fbcc236d91a /kiosktool/componentPage.cpp
parent8cda419a4110210e8a8634230895af1aa165a7c4 (diff)
downloadkiosktool-f4e87b81b75d280d698b44516af37d61db8740e4.tar.gz
kiosktool-f4e87b81b75d280d698b44516af37d61db8740e4.zip
Rename KApplication to TDEApplication 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 35c90fe..1cd6553 100644
--- a/kiosktool/componentPage.cpp
+++ b/kiosktool/componentPage.cpp
@@ -204,7 +204,7 @@ void ComponentPage::slotSetupDone()
KioskRun::self()->flushConfigCache();
if (m_data->setup.hasOption("restart"))
- KApplication::tdeinitExec(m_data->setup.exec);
+ TDEApplication::tdeinitExec(m_data->setup.exec);
}
void ComponentPage::slotSetupAppRegistered( const TQCString &appid)
@@ -288,7 +288,7 @@ void ComponentPage::slotPreviewDone()
delete m_process;
m_process = 0;
if (m_data->preview.hasOption("restart"))
- KApplication::tdeinitExec(m_data->preview.exec);
+ TDEApplication::tdeinitExec(m_data->preview.exec);
}
void ComponentPage::slotShowAction(TQListViewItem *item)