From 9e38d78e1c1bcdd3841cc0edfacad731814754ba Mon Sep 17 00:00:00 2001 From: kergoth Date: Tue, 15 Oct 2002 22:26:57 +0000 Subject: Change plugin path to QPEApplication::qpeDir + /plugins/networksetup --- (limited to 'noncore/net/networksetup') diff --git a/noncore/net/networksetup/mainwindowimp.cpp b/noncore/net/networksetup/mainwindowimp.cpp index e895971..3715da0 100644 --- a/noncore/net/networksetup/mainwindowimp.cpp +++ b/noncore/net/networksetup/mainwindowimp.cpp @@ -41,7 +41,7 @@ MainWindowImp::MainWindowImp(QWidget *parent, const char *name) : MainWindow(par connect(newProfile, SIGNAL(textChanged(const QString&)), this, SLOT(newProfileChanged(const QString&))); // Load connections. - loadModules(QDir::homeDirPath() + "/.networksetup/plugins"); + loadModules(QPEApplication::qpeDir() + "/plugins/networksetup"); getInterfaceList(); connectionList->header()->hide(); -- cgit v0.9.0.2