22 #ifndef NS_SESSION_NAME_DIALOG_H
23 #define NS_SESSION_NAME_DIALOG_H
30 #include <QtCore/QtGlobal>
33 #if QT_VERSION >= 0x050000
34 # include <QtWidgets/QDialog>
36 # include <QtGui/QDialog>
72 inline QString
className()
const {
return "NsSessionNameDialog";};