summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/nfs/nfsdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-21 11:50:25 +0900
committerMichele Calgaro <[email protected]>2023-12-24 18:52:15 +0900
commit51f2e0ff8cb13efa4f5d1d2574940f080a4f3934 (patch)
tree35063f9531a9d686aca0b50a1dd2ce899e2bb0c9 /filesharing/advanced/nfs/nfsdialog.cpp
parent4be03979c04f7469f18d32a60487f511cc046417 (diff)
downloadtdenetwork-51f2e0ff8cb13efa4f5d1d2574940f080a4f3934.tar.gz
tdenetwork-51f2e0ff8cb13efa4f5d1d2574940f080a4f3934.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 418e8f7a6f6d79b2cbc9d83b29ef53d01582f826)
Diffstat (limited to 'filesharing/advanced/nfs/nfsdialog.cpp')
-rw-r--r--filesharing/advanced/nfs/nfsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesharing/advanced/nfs/nfsdialog.cpp b/filesharing/advanced/nfs/nfsdialog.cpp
index ed009db1..9636b5cb 100644
--- a/filesharing/advanced/nfs/nfsdialog.cpp
+++ b/filesharing/advanced/nfs/nfsdialog.cpp
@@ -66,7 +66,7 @@ void NFSDialog::initGUI() {
layout->addWidget( m_gui );
TDEAccel* accel = new TDEAccel( m_gui->listView );
- accel->insert( "Delete", TQt::Key_Delete, TQT_TQOBJECT(this), TQT_SLOT(slotRemoveHost()));
+ accel->insert( "Delete", TQt::Key_Delete, this, TQT_SLOT(slotRemoveHost()));
}
void NFSDialog::initSlots()