summaryrefslogtreecommitdiffstats
path: root/tdenetworkmanager/src/configwidgets/tdenetman-connection_setting_info_widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdenetworkmanager/src/configwidgets/tdenetman-connection_setting_info_widget.cpp')
-rw-r--r--tdenetworkmanager/src/configwidgets/tdenetman-connection_setting_info_widget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdenetworkmanager/src/configwidgets/tdenetman-connection_setting_info_widget.cpp b/tdenetworkmanager/src/configwidgets/tdenetman-connection_setting_info_widget.cpp
index e9962ee..9af750b 100644
--- a/tdenetworkmanager/src/configwidgets/tdenetman-connection_setting_info_widget.cpp
+++ b/tdenetworkmanager/src/configwidgets/tdenetman-connection_setting_info_widget.cpp
@@ -50,8 +50,8 @@ InfoWidgetImpl::InfoWidgetImpl(TDENetworkConnection* conn, TQWidget* parent, con
void
InfoWidgetImpl::Init()
{
- connect(_mainWid->txtConnectionName, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(slotNameChanged(const TQString&)));
- connect(_mainWid->chkAutoConnect, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT(slotAutoconnectChanged(bool)));
+ connect(_mainWid->txtConnectionName, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(slotNameChanged(const TQString&)));
+ connect(_mainWid->chkAutoConnect, TQ_SIGNAL(toggled(bool)), this, TQ_SLOT(slotAutoconnectChanged(bool)));
}
void