summaryrefslogtreecommitdiffstats
path: root/arts/builder/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/builder/main.cpp')
-rw-r--r--arts/builder/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/builder/main.cpp b/arts/builder/main.cpp
index bba94fca..cf0a5336 100644
--- a/arts/builder/main.cpp
+++ b/arts/builder/main.cpp
@@ -263,7 +263,7 @@ ArtsBuilderWindow::ArtsBuilderWindow(const char *name)
connect(m_modules_instruments, TQ_SIGNAL(activated(int)), this, TQ_SLOT(addModule(int)));
connect(m_modules_other, TQ_SIGNAL(activated(int)), this, TQ_SLOT(addModule(int)));
*/
- connect(kapp, TQ_SIGNAL(lastWindowClosed()), this , TQ_SLOT(quit()));
+ connect(tdeApp, TQ_SIGNAL(lastWindowClosed()), this , TQ_SLOT(quit()));
// update the modules menu once for the start
#endif
@@ -422,7 +422,7 @@ void ArtsBuilderWindow::quit()
{
if(execDlg) return;
arts_debug(">> ArtsBuilderWindow::quit() called");
- kapp->quit();
+ tdeApp->quit();
arts_debug("<< leaving ArtsBuilderWindow::quit()");
}