From d969e63d2c0d827a33f68c4f5c0ec1634c390fd0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 23 Mar 2013 01:08:28 -0500 Subject: Add machine add dialog Add user list command to cmdline utility Fix user add command in cmdline utility --- src/groupconfigdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/groupconfigdlg.cpp') diff --git a/src/groupconfigdlg.cpp b/src/groupconfigdlg.cpp index 38e2850..6898e2a 100644 --- a/src/groupconfigdlg.cpp +++ b/src/groupconfigdlg.cpp @@ -50,7 +50,7 @@ GroupConfigDialog::GroupConfigDialog(LDAPGroupInfo group, LDAPConfig* parent, co m_base->groupName->setEnabled(false); } - m_base->detailsIcon->setPixmap(SmallIcon("kdmconfig.png")); + m_base->detailsIcon->setPixmap(SmallIcon("tdmconfig.png")); connect(m_base->addToGroup, TQT_SIGNAL(clicked()), this, TQT_SLOT(addSelectedUserToGroup())); connect(m_base->removeFromGroup, TQT_SIGNAL(clicked()), this, TQT_SLOT(removeSelectedUserFromGroup())); -- cgit v1.2.1