aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/eventeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/eventeditor/eventeditor.cpp')
-rw-r--r--src/modules/eventeditor/eventeditor.cpp23
1 files changed, 7 insertions, 16 deletions
diff --git a/src/modules/eventeditor/eventeditor.cpp b/src/modules/eventeditor/eventeditor.cpp
index a9d78c093..e04114122 100644
--- a/src/modules/eventeditor/eventeditor.cpp
+++ b/src/modules/eventeditor/eventeditor.cpp
@@ -36,21 +36,18 @@
//#include "kvi_eventhandler.h"
#include "kvi_qstring.h"
#include "kvi_filedialog.h"
-
#include "kvi_kvs_eventmanager.h"
-
-#include <qmessagebox.h>
-
-#include <qsplitter.h>
-#include <qlayout.h>
#include "kvi_tal_vbox.h"
#include "kvi_tal_popupmenu.h"
-#include <qtooltip.h>
-#include <qpushbutton.h>
-#include <qevent.h>
-extern KviEventEditorWindow * g_pEventEditorWindow;
+#include <QMessageBox>
+#include <QSplitter>
+#include <QLayout>
+#include <QToolTip>
+#include <QPushButton>
+#include <QEvent>
+extern KviEventEditorWindow * g_pEventEditorWindow;
const QPixmap * KviEventListViewItem::pixmap(int col) const
@@ -64,7 +61,6 @@ const QPixmap * KviEventHandlerListViewItem::pixmap(int col) const
}
-
KviEventEditor::KviEventEditor(QWidget * par)
: QWidget(par,"event_editor")
{
@@ -327,7 +323,6 @@ void KviEventEditor::showEvent(QShowEvent *e)
QWidget::showEvent(e);
}
-
void KviEventEditor::getExportEventBuffer(QString &buffer,KviEventHandlerListViewItem * it)
{
if(!it->parent())return;
@@ -417,8 +412,6 @@ void KviEventEditor::exportAllEvents()
}
-
-
KviEventEditorWindow::KviEventEditorWindow(KviFrame * lpFrm)
: KviWindow(KVI_WINDOW_TYPE_SCRIPTEDITOR,lpFrm,"eventeditor",0)
{
@@ -502,13 +495,11 @@ void KviEventEditorWindow::fillCaptionBuffers()
m_szHtmlInactiveCaption += p3;
}
-
void KviEventEditorWindow::getConfigGroupName(KviStr &szName)
{
szName = "eventeditor";
}
-
void KviEventEditorWindow::saveProperties(KviConfig *cfg)
{
/*