diff options
| author | Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> | 2009-10-29 19:06:21 -0300 |
|---|---|---|
| committer | Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> | 2009-10-29 19:13:59 -0300 |
| commit | b4a95337c36da33e2d46c9cd137a09a06553716f (patch) | |
| tree | 8e6636349d50d26f31e0c9d078b6e7a407a87bf1 /mybudget | |
| parent | 3b657932f14e195da648153e6c0decc3039f5f7a (diff) | |
Weather & MyBudget: Adjusting ini filenames
Signed-off-by: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Diffstat (limited to 'mybudget')
| -rw-r--r-- | mybudget/debian/mybudget.install | 1 | ||||
| -rw-r--r-- | mybudget/images/images.qrc | 2 | ||||
| -rw-r--r-- | mybudget/src/main.cpp | 2 | ||||
| -rw-r--r-- | mybudget/themes/mybudget.ini (renamed from mybudget/themes/linux.ini) | 0 |
4 files changed, 2 insertions, 3 deletions
diff --git a/mybudget/debian/mybudget.install b/mybudget/debian/mybudget.install index ed587c2..8fc5853 100644 --- a/mybudget/debian/mybudget.install +++ b/mybudget/debian/mybudget.install @@ -1,4 +1,3 @@ -linux.ini usr/bin/ mybudget.conf root/.config/openBossa/ mybudget.conf home/user/.config/openBossa/ mybudget.desktop usr/share/applications/hildon/ diff --git a/mybudget/images/images.qrc b/mybudget/images/images.qrc index aceb6bb..519bd00 100644 --- a/mybudget/images/images.qrc +++ b/mybudget/images/images.qrc @@ -1,7 +1,7 @@ <!DOCTYPE RCC><RCC version="1.0"> <qresource> <!--Themes--> - <file alias="themes/linux.ini">../themes/linux.ini</file> + <file alias="themes/mybudget.ini">../themes/mybudget.ini</file> <file alias="themes/symbian.ini">../themes/symbian.ini</file> <!-- Chart --> diff --git a/mybudget/src/main.cpp b/mybudget/src/main.cpp index 28a871d..7a75f18 100644 --- a/mybudget/src/main.cpp +++ b/mybudget/src/main.cpp @@ -50,7 +50,7 @@ int main(int argc, char **argv) QCoreApplication::setApplicationName("mybudget"); QPixmapCache::setCacheLimit(0); - QString themeFile(QLatin1String(":/themes/linux.ini")); + QString themeFile(QLatin1String(":/themes/mybudget.ini")); #ifdef Q_OS_LINUX if (argc < 2) diff --git a/mybudget/themes/linux.ini b/mybudget/themes/mybudget.ini index 9da1ed5..9da1ed5 100644 --- a/mybudget/themes/linux.ini +++ b/mybudget/themes/mybudget.ini |
