diff options
| author | 2008-09-25 01:29:36 +0000 | |
|---|---|---|
| committer | 2008-09-25 01:29:36 +0000 | |
| commit | 01aed3a04efac15eeb5e479658e14bfb8666fb1b (patch) | |
| tree | a2b6e8ba42a7ac9f80ffd9696879f7013ef3f4ff /src/modules/editor/scripteditor.h | |
| parent | improved hungarian notation; stylish fixes (diff) | |
| download | KVIrc-01aed3a04efac15eeb5e479658e14bfb8666fb1b.tar.gz KVIrc-01aed3a04efac15eeb5e479658e14bfb8666fb1b.tar.bz2 KVIrc-01aed3a04efac15eeb5e479658e14bfb8666fb1b.zip | |
quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2560 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.h')
| -rw-r--r-- | src/modules/editor/scripteditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h index cc08ff446..708ec131d 100644 --- a/src/modules/editor/scripteditor.h +++ b/src/modules/editor/scripteditor.h @@ -118,7 +118,7 @@ public: KviScriptEditorImplementation(QWidget * par); virtual ~KviScriptEditorImplementation(); public: - QLineEdit * m_pFindlineedit; + QLineEdit * m_pFindLineEdit; protected: KviScriptEditorWidget * m_pEditor; QLabel * m_pRowColLabel; @@ -135,7 +135,7 @@ public: void setFindLineEditReadOnly(bool b); void setCursorPosition(int iPos); int cursor(){ return m_lastCursorPos; }; - QLineEdit * findLineEdit(){ return m_pFindLineedit; }; + QLineEdit * findLineEdit(){ return m_pFindLineEdit; }; protected: virtual void focusInEvent(QFocusEvent * e); void loadOptions(); |
