summaryrefslogtreecommitdiffstats
path: root/kppp/edit.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 /kppp/edit.cpp
parent50da92376284f30d95e18960d2b24c49901fb10d (diff)
downloadtdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.tar.gz
tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kppp/edit.cpp')
-rw-r--r--kppp/edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/edit.cpp b/kppp/edit.cpp
index b4537617..c4634c9b 100644
--- a/kppp/edit.cpp
+++ b/kppp/edit.cpp
@@ -1202,7 +1202,7 @@ void ScriptWidget::removeButton() {
//
/////////////////////////////////////////////////////////////////////////////
PhoneNumberDialog::PhoneNumberDialog(TQWidget *parent) : KDialogBase(parent, 0, true, i18n("Add Phone Number"), Ok|Cancel) {
- KWin::setIcons(winId(), kapp->icon(), kapp->miniIcon());
+ KWin::setIcons(winId(), tdeApp->icon(), tdeApp->miniIcon());
TQHBox *hbox = new TQHBox(this);
setMainWidget(hbox);