diff --git a/OwnCloudSync.cpp b/OwnCloudSync.cpp index d76e28a71..37a7dc8a8 100644 --- a/OwnCloudSync.cpp +++ b/OwnCloudSync.cpp @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * owncloud_sync is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. @@ -84,13 +84,6 @@ OwnCloudSync::OwnCloudSync(QString name) : mAccountName(name) //mDB.setDatabaseName(mConfigDirectory+"/owncloud_sync.db"); mDB.setDatabaseName(":memory:"); // Use memory for now mDBFileName = mConfigDirectory+"/"+mAccountName+".db"; - -/* mLocalDirectory = mHomeDirectory + QString("/tmp/sync/files"); - QString path(mHomeDirectory); - path.append("/tmp/sync/owncloud_sync.db"); - path = QDir::toNativeSeparators(path); - //qDebug() << "Database path: " << path; -// mDB.setDatabaseName(path);*/ #endif // Find out if the database exists. QFile dbFile(mConfigDirectory+"/"+mAccountName+".db"); diff --git a/OwnCloudSync.h b/OwnCloudSync.h index 3fc3017e7..dc89899bb 100644 --- a/OwnCloudSync.h +++ b/OwnCloudSync.h @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * owncloud_sync is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/SyncWindow.cpp b/SyncWindow.cpp index ac21953db..4b5e7248d 100644 --- a/SyncWindow.cpp +++ b/SyncWindow.cpp @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * owncloud_sync is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/SyncWindow.h b/SyncWindow.h index a795b49c3..63e612c80 100644 --- a/SyncWindow.h +++ b/SyncWindow.h @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * owncloud_sync is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/main.cpp b/main.cpp index 19519a33c..5801986c1 100644 --- a/main.cpp +++ b/main.cpp @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * owncloud_sync is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/qwebdav/QWebDAV.cpp b/qwebdav/QWebDAV.cpp index 6912bf743..17cfacac2 100644 --- a/qwebdav/QWebDAV.cpp +++ b/qwebdav/QWebDAV.cpp @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * owncloud_sync is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/qwebdav/QWebDAV.h b/qwebdav/QWebDAV.h index d832825a2..5b5a9e1d0 100644 --- a/qwebdav/QWebDAV.h +++ b/qwebdav/QWebDAV.h @@ -8,7 +8,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Foobar is distributed in the hope that it will be useful, + * owncloud_sync is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.