summaryrefslogtreecommitdiff
path: root/src/assignmentList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assignmentList.cpp')
-rw-r--r--src/assignmentList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assignmentList.cpp b/src/assignmentList.cpp
index c1e40f5..136af04 100644
--- a/src/assignmentList.cpp
+++ b/src/assignmentList.cpp
@@ -25,8 +25,8 @@
AssignmentList::AssignmentList() {
// set QSettings information
- QCoreApplication::setOrganizationName("assignment-list-qt"); // TODO grab this from a config.h type file
- QCoreApplication::setApplicationName("assignment-list-qt"); // TODO grab this from a config.h type file
+ QCoreApplication::setOrganizationName(ORGANIZATION_NAME);
+ QCoreApplication::setApplicationName(PROJECT_NAME);
// ensure QSettings location exists
this->initializeSettings();