From 8e647e510cdc92c5a5c73f9354e805fd0d2a36aa Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 26 Jul 2009 11:59:05 +0200 Subject: New beautiful pano's loading.mng file --- data/CMakeLists.txt | 4 ++-- data/loading.gif | Bin 847 -> 0 bytes data/loading.mng | Bin 0 -> 4257 bytes src/mainview.cpp | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 data/loading.gif create mode 100644 data/loading.mng diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index e4535e07..93b9f83c 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,5 +1,5 @@ INSTALL( - FILES loading.gif + FILES loading.mng DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics ) @@ -21,4 +21,4 @@ INSTALL( INSTALL( FILES webkit-icon.png DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics -) \ No newline at end of file +) diff --git a/data/loading.gif b/data/loading.gif deleted file mode 100644 index c1545eb0..00000000 Binary files a/data/loading.gif and /dev/null differ diff --git a/data/loading.mng b/data/loading.mng new file mode 100644 index 00000000..3ecc0e09 Binary files /dev/null and b/data/loading.mng differ diff --git a/src/mainview.cpp b/src/mainview.cpp index c0d8591a..f059e42b 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -70,7 +70,7 @@ MainView::MainView(QWidget *parent) setTabBar(m_tabBar); // loading pixmap path - m_loadingGitPath = KStandardDirs::locate("appdata" , "pics/loading.gif"); + m_loadingGitPath = KStandardDirs::locate("appdata" , "pics/loading.mng"); // connecting tabbar signals connect(m_tabBar, SIGNAL(closeTab(int)), this, SLOT(slotCloseTab(int))); -- cgit v1.2.1