diff options
| author | 2010-07-12 16:04:56 +0000 | |
|---|---|---|
| committer | 2010-07-12 16:04:56 +0000 | |
| commit | 34f14c434caf508f6c67343b546ebbd8f7a3e782 (patch) | |
| tree | 9e052dad2e9ab4e8d0dd0f7764645ff931f2033c /src/modules/editor/scripteditor.h | |
| parent | fix for #803 (diff) | |
| download | KVIrc-34f14c434caf508f6c67343b546ebbd8f7a3e782.tar.gz KVIrc-34f14c434caf508f6c67343b546ebbd8f7a3e782.tar.bz2 KVIrc-34f14c434caf508f6c67343b546ebbd8f7a3e782.zip | |
made the scripteditor configuration dialog not-modal, since it calls a native font dialog than's not guaranteed to be modal on all platforms (at least: macosx)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4658 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.h')
| -rw-r--r-- | src/modules/editor/scripteditor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h index 934401b08..cc9be301c 100644 --- a/src/modules/editor/scripteditor.h +++ b/src/modules/editor/scripteditor.h @@ -145,7 +145,7 @@ public: public: QLineEdit * m_pFindLineEdit; protected: - + KviScriptEditorWidgetColorOptions * m_pOptionsDialog; KviScriptEditorWidget * m_pEditor; QLabel * m_pRowColLabel; int m_lastCursorPos; @@ -178,6 +178,7 @@ protected slots: void slotReplaceAll(const QString & szToReplace, const QString & szReplaceWith); void slotInitFind(); void slotNextFind(const QString &); + void optionsDialogFinished(int iResult); signals: void find(const QString &); void replaceAll(const QString & szToReplace, const QString & szReplaceWith); |
