diff options
| author | 2008-06-30 13:56:38 +0000 | |
|---|---|---|
| committer | 2008-06-30 13:56:38 +0000 | |
| commit | daacd749bb954a587013d26d5b1f965b7cf60d8b (patch) | |
| tree | 31d49f7d816af250722d101fea2f399a6a222164 /src/modules/editor/scripteditor.h | |
| parent | cleaned up kvistyledcontrols references on kvirc (complete) and modules (only... (diff) | |
| download | KVIrc-daacd749bb954a587013d26d5b1f965b7cf60d8b.tar.gz KVIrc-daacd749bb954a587013d26d5b1f965b7cf60d8b.tar.bz2 KVIrc-daacd749bb954a587013d26d5b1f965b7cf60d8b.zip | |
trashed kvi_styledcontrols
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1972 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.h')
| -rw-r--r-- | src/modules/editor/scripteditor.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h index c6286bff5..6001f52e1 100644 --- a/src/modules/editor/scripteditor.h +++ b/src/modules/editor/scripteditor.h @@ -35,11 +35,10 @@ #include <QLabel> #include <QDialog> -#include "kvi_styled_controls.h" #include <QEvent> #include <QTextEdit> #include <QListWidget> - +#include <QCheckBox> // Q3PopupMenu #include <QSyntaxHighlighter> @@ -179,7 +178,7 @@ protected: QPushButton *findNext; // QPushButton *cancelbutton; - KviStyledCheckBox *checkReplaceAll; + QCheckBox *checkReplaceAll; QWidget *m_pParent; protected slots: void textChanged(const QString &); |
