Renamed /src/situarecommon.h to /src/common.h
authorlampehe-local <henri.lampela@ixonos.com>
Mon, 17 May 2010 08:02:10 +0000 (11:02 +0300)
committerlampehe-local <henri.lampela@ixonos.com>
Mon, 17 May 2010 08:02:10 +0000 (11:02 +0300)
Reviewed by: Kaj Wallin

src/common.h [new file with mode: 0644]
src/engine/engine.cpp
src/facebookservice/facebookauthentication.cpp
src/situarecommon.h [deleted file]
src/src.pro
src/ui/mainwindow.cpp
src/ui/settingsdialog.cpp

diff --git a/src/common.h b/src/common.h
new file mode 100644 (file)
index 0000000..89b7ea0
--- /dev/null
@@ -0,0 +1,31 @@
+/*
+   Situare - A location system for Facebook
+   Copyright (C) 2010  Ixonos Plc. Authors:
+
+       Jussi Laitinen - jussi.laitinen@ixonos.com
+
+   Situare is free software; you can redistribute it and/or
+   modify it under the terms of the GNU General Public License
+   version 2 as published by the Free Software Foundation.
+
+   Situare 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.
+
+   You should have received a copy of the GNU General Public License
+   along with Situare; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
+   USA.
+*/
+
+#ifndef COMMON_H
+#define COMMON_H
+
+#include <QString>
+
+// QSettings identifiers
+const QString DIRECTORY_NAME = "Ixonos";
+const QString FILE_NAME = "Situare";
+
+#endif // COMMON_H
index 5572afc..a3dd8d9 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "engine.h"
-#include "situarecommon.h"
+#include "common.h"
 #include "ui/mainwindow.h"
 #include "gps/gpspositioninterface.h"
 
index 6e65072..b28fc63 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "facebookauthentication.h"
 #include "facebookcommon.h"
-#include "situarecommon.h"
+#include "common.h"
 #include "parser.h"
 
 FacebookAuthentication::FacebookAuthentication(QObject *parent)
diff --git a/src/situarecommon.h b/src/situarecommon.h
deleted file mode 100644 (file)
index fa8da52..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
-   Situare - A location system for Facebook
-   Copyright (C) 2010  Ixonos Plc. Authors:
-
-       Jussi Laitinen - jussi.laitinen@ixonos.com
-
-   Situare is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as published by the Free Software Foundation.
-
-   Situare 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.
-
-   You should have received a copy of the GNU General Public License
-   along with Situare; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
-   USA.
-*/
-
-#ifndef SITUARECOMMON_H
-#define SITUARECOMMON_H
-
-#include <QString>
-
-// QSettings identifiers
-const QString DIRECTORY_NAME = "Ixonos";
-const QString FILE_NAME = "Situare";
-
-#endif // SITUARECOMMON_H
index 06b4362..aeb1c24 100644 (file)
@@ -77,7 +77,7 @@ HEADERS += ui/mainwindow.h \
     map/frienditemshandler.h \
     gps/gpspositioninterface.h \
     ui/zoombuttonpanel.h \
-    situarecommon.h
+    common.h
 QT += network \
     webkit
 DEFINES += QT_NO_DEBUG_OUTPUT
index ffb301b..f7f555f 100644 (file)
@@ -31,7 +31,7 @@
 #include "mapviewscreen.h"
 #include "settingsdialog.h"
 #include "facebookservice/facebookauthentication.h"
-#include "situarecommon.h"
+#include "common.h"
 
 #include <QtGui/QX11Info>
 #include <X11/Xlib.h>
index 9dcc31f..98d0d1f 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <QtGui>
 #include <QDebug>
-#include "situarecommon.h"
+#include "common.h"
 #include "settingsdialog.h"
 
 const QString AUTOMATIC_LOCATION_UPDATE("Automatic_location_update");