summaryrefslogtreecommitdiffstats
path: root/kiosktool/componentPage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:19:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:19:32 -0600
commit5767aad9451713e0e50890c7af218cd62c552e9e (patch)
treed96c692c2160ff0408596f79ad2b61b5f3316c2a /kiosktool/componentPage.cpp
parent3c99afe25cc68e92aa23e1ea7cf24de1b868b397 (diff)
downloadkiosktool-5767aad9451713e0e50890c7af218cd62c552e9e.tar.gz
kiosktool-5767aad9451713e0e50890c7af218cd62c552e9e.zip
Additional kde to tde renaming
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 3f7e3a7..0b519e0 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::kdeinitExec(m_data->setup.exec);
+ KApplication::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::kdeinitExec(m_data->preview.exec);
+ KApplication::tdeinitExec(m_data->preview.exec);
}
void ComponentPage::slotShowAction(TQListViewItem *item)