summaryrefslogtreecommitdiffstats
path: root/tdenetworkmanager/src/tdenetman-wired_device_tray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdenetworkmanager/src/tdenetman-wired_device_tray.cpp')
-rw-r--r--tdenetworkmanager/src/tdenetman-wired_device_tray.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdenetworkmanager/src/tdenetman-wired_device_tray.cpp b/tdenetworkmanager/src/tdenetman-wired_device_tray.cpp
index e816f03..79415b9 100644
--- a/tdenetworkmanager/src/tdenetman-wired_device_tray.cpp
+++ b/tdenetworkmanager/src/tdenetman-wired_device_tray.cpp
@@ -44,7 +44,7 @@
#include <tqdbusobjectpath.h>
-// TDENM includes
+// KNM includes
#include "tdenetman-wired_device_tray.h"
#include "tdenetman-menuitem.h"
#include "tdenetman-menu_subhead.h"
@@ -71,7 +71,7 @@ void WiredDeviceTray::newConnection()
nm->loadConnectionAllowedValues(conn);
// edit the new connection
- ConnectionSettingsDialogImpl* dlg = new ConnectionSettingsDialogImpl(conn, true, tray(), "connect_something", false, TQt::WDestructiveClose);
+ ConnectionSettingsDialogImpl* dlg = new ConnectionSettingsDialogImpl(conn, true, TQByteArray(), tray(), "connect_something", false, TQt::WDestructiveClose);
dlg->show();
}