summaryrefslogtreecommitdiff
path: root/core/launcher/launcherview.cpp
authorkergoth <kergoth>2002-03-18 23:13:24 (UTC)
committer kergoth <kergoth>2002-03-18 23:13:24 (UTC)
commit35d040816fd59e247efbe9727ecd810bcba7c2b9 (patch) (side-by-side diff)
treebd8af7644f6ff0bfa4c1a14b3e66306ad06b9e46 /core/launcher/launcherview.cpp
parent2a6b7129c74b7769c6a61a2dcdebce69e8756f62 (diff)
downloadopie-35d040816fd59e247efbe9727ecd810bcba7c2b9.zip
opie-35d040816fd59e247efbe9727ecd810bcba7c2b9.tar.gz
opie-35d040816fd59e247efbe9727ecd810bcba7c2b9.tar.bz2
Fixing package conflicts.
Diffstat (limited to 'core/launcher/launcherview.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/launcherview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp
index 538ad79..cd336d2 100644
--- a/core/launcher/launcherview.cpp
+++ b/core/launcher/launcherview.cpp
@@ -122,25 +122,25 @@ public:
if (sl>=0) {
QString k = maj.left(sl);
mimes.replace(k,(void*)1);
}
}
void drawBackground( QPainter *p, const QRect &r )
{
Config config("qpe");
config.setGroup("Appearance");
QString backgroundImage = config.readEntry("BackgroundImage");
- if (backgroundImage.isNull()) backgroundImage="qpe-background";
+ if (backgroundImage.isNull()) backgroundImage="opie-background";
int backgroundMode = QPixmap::defaultDepth() >= 12 ? 1 : 0;
//int backgroundMode = 2;
if ( backgroundMode == 1 ) {
// Double buffer the background
static QPixmap *bg = NULL;
static QColor bgColor;
if ( (bg == NULL) || (bgColor != colorGroup().button()) ) {
// Create a new background double buffer
if (bg == NULL)