diff options
| author | 2008-04-04 00:48:52 +0000 | |
|---|---|---|
| committer | 2008-04-04 00:48:52 +0000 | |
| commit | 3d14bfd7b140d24b021d8c5b8b64582b64a9496a (patch) | |
| tree | 2d4f9781f7a8b544d88b04c95e531f667a8e890b /src/modules/eventeditor/eventeditor.cpp | |
| parent | More fixes for cmake on Mac OS X (diff) | |
| download | KVIrc-3d14bfd7b140d24b021d8c5b8b64582b64a9496a.tar.gz KVIrc-3d14bfd7b140d24b021d8c5b8b64582b64a9496a.tar.bz2 KVIrc-3d14bfd7b140d24b021d8c5b8b64582b64a9496a.zip | |
more code clean
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1388 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/eventeditor/eventeditor.cpp')
| -rw-r--r-- | src/modules/eventeditor/eventeditor.cpp | 23 |
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) { /* |
