summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2008-12-07 18:10:23 +0100
committerLukáš Lalinský <lalinsky@gmail.com>2008-12-07 18:10:23 +0100
commit613647f385e6b7d0f1e3eba6d2b29f2d8baf7044 (patch)
tree03bf2e2cf52f3912ac256ce0fc85ae95a5c9e29c /src/mainwindow.cpp
parent0092b62413fa6a5727530f0eb5c5044a322870d3 (diff)
downloaddbmodel-613647f385e6b7d0f1e3eba6d2b29f2d8baf7044.tar.gz
dbmodel-613647f385e6b7d0f1e3eba6d2b29f2d8baf7044.tar.bz2
Move database-specific code to items/database/
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 81d23e9..a145be1 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -29,7 +29,7 @@
#include <QMessageBox>
#include <QDebug>
#include "mainwindow.h"
-#include "databasetable.h"
+#include "items/database/databasetable.h"
#include "commands.h"
using namespace std;