aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-05-27 20:16:24 +0000
committerGravatar Noldor2008-05-27 20:16:24 +0000
commitbeef98815351c6c04b2e93115f7985af8797fe30 (patch)
tree6c8a4f0e2ac26a4d5af5587f299b9d6db6721eb2 /src/modules/editor/scripteditor.h
parentadded doc (diff)
downloadKVIrc-beef98815351c6c04b2e93115f7985af8797fe30.tar.gz
KVIrc-beef98815351c6c04b2e93115f7985af8797fe30.tar.bz2
KVIrc-beef98815351c6c04b2e93115f7985af8797fe30.zip
fixed styled widgets + more QT4 port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1859 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.h')
-rw-r--r--src/modules/editor/scripteditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h
index 329c6af0f..c6286bff5 100644
--- a/src/modules/editor/scripteditor.h
+++ b/src/modules/editor/scripteditor.h
@@ -35,7 +35,7 @@
#include <QLabel>
#include <QDialog>
-#include <QCheckBox>
+#include "kvi_styled_controls.h"
#include <QEvent>
#include <QTextEdit>
#include <QListWidget>
@@ -179,7 +179,7 @@ protected:
QPushButton *findNext;
// QPushButton *cancelbutton;
- QCheckBox *checkReplaceAll;
+ KviStyledCheckBox *checkReplaceAll;
QWidget *m_pParent;
protected slots:
void textChanged(const QString &);