┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/searchoptiondialogbox.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-06-27 17:45:06 +0000
committerPeter Penz <[email protected]>2010-06-27 17:45:06 +0000
commit40d80643e6f2195ac50799c8c1898d99169e5ee8 (patch)
treec7c50534e0301f8b5626c7e2843f9dd1828d43a6 /src/search/searchoptiondialogbox.h
parent4c5a38d2862b86f1b249f967bc7cfe7d59337c2f (diff)
SVN_SILENT: Use consistent member naming within Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=1143415
Diffstat (limited to 'src/search/searchoptiondialogbox.h')
-rw-r--r--src/search/searchoptiondialogbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/searchoptiondialogbox.h b/src/search/searchoptiondialogbox.h
index a3ab092ae..2d570c31e 100644
--- a/src/search/searchoptiondialogbox.h
+++ b/src/search/searchoptiondialogbox.h
@@ -37,6 +37,6 @@ protected slots:
void slotTextChanged(const QString& text);
private:
- KLineEdit* mLineEdit;
+ KLineEdit* m_lineEdit;
};
#endif