aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.h
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-08 02:31:28 +0000
committerGravatar Elvio Basello2008-04-08 02:31:28 +0000
commitc743b41e834fbb58ce2276cd8cdeeb874c5c3555 (patch)
treed45d46a84934dc715714b2950e31e507f22e36b9 /src/modules/editor/scripteditor.h
parentpreliminary translation generation support for cmake (diff)
downloadKVIrc-c743b41e834fbb58ce2276cd8cdeeb874c5c3555.tar.gz
KVIrc-c743b41e834fbb58ce2276cd8cdeeb874c5c3555.tar.bz2
KVIrc-c743b41e834fbb58ce2276cd8cdeeb874c5c3555.zip
ported actioneditor module, code clean
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1425 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.h')
-rw-r--r--src/modules/editor/scripteditor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h
index 605d2168a..6f5fa1260 100644
--- a/src/modules/editor/scripteditor.h
+++ b/src/modules/editor/scripteditor.h
@@ -38,6 +38,8 @@
#include <QCheckBox>
#include <QEvent>
+// Q3PopupMenu
+
// FIXME: Qt4 #include <QSyntaxHighlighter>
#include <q3syntaxhighlighter.h>
#define QSyntaxHighlighter Q3SyntaxHighlighter
@@ -163,7 +165,7 @@ class KviScriptEditorReplaceDialog: public QDialog
Q_OBJECT
public:
KviScriptEditorReplaceDialog( QWidget* parent = 0, const char* name = 0);
- ~KviScriptEditorReplaceDialog();
+ ~KviScriptEditorReplaceDialog();
QLineEdit *m_pFindlineedit;
QLineEdit *m_pReplacelineedit;
protected:
@@ -184,7 +186,6 @@ signals:
void replaceAll( const QString &,const QString &);
void initFind();
void nextFind(const QString &);
-
};