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

List:       kde-commits
Subject:    kdenetwork/kppp
From:       Harri Porten <porten () kde ! org>
Date:       2004-07-11 6:09:25
Message-ID: 20040711060925.54CD916B10 () office ! kde ! org
[Download RAW message or body]

CVS commit by porten: 

overlooked some renamings


  M +3 -3      accounts.cpp   1.76
  M +2 -3      kpppwidget.cpp   1.34
  M +1 -1      main.cpp   1.221
  M +4 -4      modems.cpp   1.3
  M +3 -3      pppdata.h   1.82


--- kdenetwork/kppp/accounts.cpp  #1.75:1.76
@@ -167,5 +167,5 @@ AccountWidget::AccountWidget( QWidget *p
   if(gpppdata.accountCount() > 0) {
     for(int i=0; i <= gpppdata.accountCount()-1; i++) {
-      gpppdata.setAccountbyIndex(i);
+      gpppdata.setAccountByIndex(i);
       accountlist_l->insertItem(gpppdata.accname());
     }
@@ -185,5 +185,5 @@ void AccountWidget::slotListBoxSelect(in
   if(idx!=-1) {
     QString account = gpppdata.accname();
-    gpppdata.setAccountbyIndex(accountlist_l->currentItem());
+    gpppdata.setAccountByIndex(accountlist_l->currentItem());
     reset->setEnabled(TRUE);
     costlabel->setEnabled(TRUE);

--- kdenetwork/kppp/kpppwidget.cpp  #1.33:1.34
@@ -2,5 +2,4 @@
  *            kPPP: A pppd front end for the KDE project
  *
- * $Id$
  *
  *            Copyright (C) 1997 Bernd Johannes Wuebben
@@ -437,5 +436,5 @@ void KPPPWidget::resetaccounts() {
   //load the accounts
   for(int i=0; i < count; i++) {
-    gpppdata.setAccountbyIndex(i);
+    gpppdata.setAccountByIndex(i);
      connectto_c->insertItem(gpppdata.accname());
   }
@@ -446,5 +445,5 @@ void KPPPWidget::resetaccounts() {
        if(gpppdata.defaultAccount() == connectto_c->text(i)) {
         connectto_c->setCurrentItem(i);
-        gpppdata.setAccountbyIndex(i);
+        gpppdata.setAccountByIndex(i);
 
         ID_Edit->setText(gpppdata.storedUsername());

--- kdenetwork/kppp/main.cpp  #1.220:1.221
@@ -254,5 +254,5 @@ int main( int argc, char **argv ) {
   if(TESTING) {
     gpppdata.open();
-    gpppdata.setAccountbyIndex(0);
+    gpppdata.setAccountByIndex(0);
 
     QString s = argv[2];

--- kdenetwork/kppp/modems.cpp  #1.2:1.3
@@ -106,5 +106,5 @@ ModemsWidget::ModemsWidget( QWidget *par
   if(gpppdata.modemCount() > 0) {
     for(int i=0; i <= gpppdata.modemCount()-1; i++) {
-      gpppdata.setModembyIndex(i);
+      gpppdata.setModemByIndex(i);
       modemlist_l->insertItem(gpppdata.modname());
     }
@@ -124,5 +124,5 @@ void ModemsWidget::slotListBoxSelect(int
   if(idx!=-1) {
     QString modem = gpppdata.modname();
-    gpppdata.setModembyIndex(modemlist_l->currentItem());
+    gpppdata.setModemByIndex(modemlist_l->currentItem());
     gpppdata.setModem(modem);
  } 

--- kdenetwork/kppp/pppdata.h  #1.81:1.82
@@ -356,5 +356,5 @@ public:
   int accountCount() const;
   bool setAccount(const QString &);
-  bool setAccountbyIndex(int);
+  bool setAccountByIndex(int);
 
   bool isUniqueAccname(const QString &);


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

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