This commit is contained in:
Max-Wilhelm Bruker
2009-10-22 18:25:07 +02:00
parent 8a919e572f
commit 3d1052f54c
3 changed files with 3 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
WindowMain::WindowMain(QWidget *parent)
: QMainWindow(parent)
{
importer = new OracleImporter("../oracle", this);
importer = new OracleImporter(qApp->applicationDirPath() + "../oracle", this);
QVBoxLayout *checkboxLayout = new QVBoxLayout;
QList<SetToDownload> &sets = importer->getSets();