[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/dolphin/src/search (silent)
From:       Peter Penz <peter.penz19 () gmail ! com>
Date:       2010-06-27 17:45:06
Message-ID: 20100627174506.95FFCAC8DF () svn ! kde ! org
[Download RAW message or body]

SVN commit 1143415 by ppenz:

SVN_SILENT: Use consistent member naming within Dolphin

 M  +6 -6      searchoptiondialogbox.cpp  
 M  +1 -1      searchoptiondialogbox.h  


--- trunk/KDE/kdebase/apps/dolphin/src/search/searchoptiondialogbox.cpp #1143414:1143415
@@ -30,14 +30,14 @@
     QWidget* container = new QWidget(this);
 
     QLabel* label = new QLabel(i18nc("@label", "Name:"), container);
-    mLineEdit = new KLineEdit(container);
-    mLineEdit->setMinimumWidth(250);
-    mLineEdit->setClearButtonShown(true);
+    m_lineEdit = new KLineEdit(container);
+    m_lineEdit->setMinimumWidth(250);
+    m_lineEdit->setClearButtonShown(true);
 
-    connect(mLineEdit, SIGNAL(textChanged(const QString&)), SLOT(slotTextChanged(const QString&)));
+    connect(m_lineEdit, SIGNAL(textChanged(const QString&)), SLOT(slotTextChanged(const QString&)));
     QHBoxLayout* layout = new QHBoxLayout(container);
     layout->addWidget(label, Qt::AlignRight);
-    layout->addWidget(mLineEdit);
+    layout->addWidget(m_lineEdit);
 
     setMainWidget(container);
     setCaption(i18nc("@title:window", "Save Search Options"));
@@ -60,7 +60,7 @@
 
 QString SearchOptionDialogBox::text() const
 {
-    return mLineEdit->text();
+    return m_lineEdit->text();
 }
 
 void SearchOptionDialogBox::slotTextChanged(const QString& text)
--- trunk/KDE/kdebase/apps/dolphin/src/search/searchoptiondialogbox.h #1143414:1143415
@@ -37,6 +37,6 @@
     void slotTextChanged(const QString& text);
 
 private:
-    KLineEdit* mLineEdit;
+    KLineEdit* m_lineEdit;
 };
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic