Use proper file names for the group permissions editor

master
Timothy Pearson 11 years ago
parent 61dfcc04f7
commit c8b59ecab5

@ -8,4 +8,4 @@ KDE_ICON = libremotelab_adminusermgmt
kde_module_LTLIBRARIES = libremotelab_adminusermgmt.la
libremotelab_adminusermgmt_la_LIBADD = ../../widgets/libtracewidget.la ../../widgets/libfloatspinbox.la $(LIB_KFILE) $(LIB_KPARTS) $(LIB_TDEUI) $(LIB_QT) -ltdekrbsocket -ltqtrla
libremotelab_adminusermgmt_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) -lkio -ltdefx
libremotelab_adminusermgmt_la_SOURCES = part.cpp layout.ui terminatedlg.cpp terminatedlgbase.ui
libremotelab_adminusermgmt_la_SOURCES = part.cpp layout.ui groupauthdlg.cpp groupauthdlgbase.ui

@ -33,8 +33,8 @@
#include <tqcheckbox.h>
#include <tqradiobutton.h>
#include "terminatedlgbase.h"
#include "terminatedlg.h"
#include "groupauthdlgbase.h"
#include "groupauthdlg.h"
TQListBoxKeyedText::TQListBoxKeyedText(TQListBox* listbox, const TQString & text, const TQ_UINT32 key) : TQListBoxText(listbox, text), m_key(key) {
//
@ -133,4 +133,4 @@ void GroupPermissionsDialog::slotOk() {
accept();
}
#include "terminatedlg.moc"
#include "groupauthdlg.moc"

@ -18,8 +18,8 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifndef _TERMINATEDIALOG_H_
#define _TERMINATEDIALOG_H_
#ifndef _GROUPAUTHDIALOG_H_
#define _GROUPAUTHDIALOG_H_
#include <kdialogbase.h>
#include <kcombobox.h>

@ -56,7 +56,7 @@
#include "tracewidget.h"
#include "floatspinbox.h"
#include "layout.h"
#include "terminatedlg.h"
#include "groupauthdlg.h"
#define NETWORK_COMM_TIMEOUT_MS 2500

Loading…
Cancel
Save