author | kergoth <kergoth> | 2003-01-26 20:11:54 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-26 20:11:54 (UTC) |
commit | 06d7d61516ee27b60c39453ef61215708aa3468a (patch) (side-by-side diff) | |
tree | 57ce20b532778956f1f2e4c2ebe7003d4866bdd0 | |
parent | 5c4af98c127d777ba9f7de0c2298fb931a9cc877 (diff) | |
download | opie-06d7d61516ee27b60c39453ef61215708aa3468a.zip opie-06d7d61516ee27b60c39453ef61215708aa3468a.tar.gz opie-06d7d61516ee27b60c39453ef61215708aa3468a.tar.bz2 |
networksetup -> networksettings, as reported by an OZ user.
-rw-r--r-- | noncore/settings/networksettings/mainwindowimp.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/ppp.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/networksettings/mainwindowimp.cpp b/noncore/settings/networksettings/mainwindowimp.cpp index 9efc8c2..0ddc489 100644 --- a/noncore/settings/networksettings/mainwindowimp.cpp +++ b/noncore/settings/networksettings/mainwindowimp.cpp @@ -409,3 +409,3 @@ void MainWindowImp::updateInterface(Interface *i){ - item->setPixmap(1, (Resource::loadPixmap(QString("networksetup/") + typeName)));
+ item->setPixmap(1, (Resource::loadPixmap(QString("networksettings/") + typeName)));
item->setText(2, i->getHardwareName());
diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro index ec18a59..0e9e5b8 100644 --- a/noncore/settings/networksettings/ppp/ppp.pro +++ b/noncore/settings/networksettings/ppp/ppp.pro @@ -3,3 +3,3 @@ CONFIG += qt warn_on release #CONFIG += qt warn_on debug -DESTDIR = $(OPIEDIR)/plugins/networksetup +DESTDIR = $(OPIEDIR)/plugins/networksettings HEADERS = pppimp.h pppmodule.h |