summaryrefslogtreecommitdiffstats
path: root/kget/tdemainwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 17:31:48 +0900
committerMichele Calgaro <[email protected]>2025-01-20 17:31:48 +0900
commit1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694 (patch)
treee6967aa8aacf5e5fca64c6b69f3a0ddc528a5640 /kget/tdemainwidget.cpp
parent50da92376284f30d95e18960d2b24c49901fb10d (diff)
downloadtdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.tar.gz
tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kget/tdemainwidget.cpp')
-rw-r--r--kget/tdemainwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kget/tdemainwidget.cpp b/kget/tdemainwidget.cpp
index 0cc65452..0b3c8091 100644
--- a/kget/tdemainwidget.cpp
+++ b/kget/tdemainwidget.cpp
@@ -169,7 +169,7 @@ TDEMainWidget::TDEMainWidget(bool bStartDocked)
setCentralWidget(myTransferList);
- connect(kapp, TQ_SIGNAL(saveYourself()), TQ_SLOT(slotSaveYourself()));
+ connect(tdeApp, TQ_SIGNAL(saveYourself()), TQ_SLOT(slotSaveYourself()));
// Enable dropping
setAcceptDrops(true);
@@ -726,7 +726,7 @@ void TDEMainWidget::slotQuit()
sDebugOut << endl;
#endif
- kapp->quit();
+ tdeApp->quit();
}
@@ -1650,7 +1650,7 @@ void TDEMainWidget::slotOpenIndividual()
bool TDEMainWidget::queryClose()
{
- if( kapp->sessionSaving())
+ if( tdeApp->sessionSaving())
return true;
hide();
return false;