summaryrefslogtreecommitdiffstats
path: root/src/gui/historyform.ui.h
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2015-04-14 14:22:16 +0200
committerMichal Kubecek <mkubecek@suse.cz>2015-04-15 10:54:06 +0200
commit9159a6f9ea308404227f64998c284c482f58b162 (patch)
tree06b56d2bcfc813a4fd2dc07444162e58459196bd /src/gui/historyform.ui.h
parent4b85e25aa5ec624a299028a30bb625248beefedd (diff)
downloadtwinkle-9159a6f9ea308404227f64998c284c482f58b162.tar
twinkle-9159a6f9ea308404227f64998c284c482f58b162.tar.gz
twinkle-9159a6f9ea308404227f64998c284c482f58b162.tar.lz
twinkle-9159a6f9ea308404227f64998c284c482f58b162.tar.xz
twinkle-9159a6f9ea308404227f64998c284c482f58b162.zip
Qt4 port step 6: QPixmap::fromMimeSource cleanup
Convert remaining uses of QPixmap::fromMimeSource() to qPixmapFromMimeSource (will be rewritten to native Qt4 resources later).
Diffstat (limited to 'src/gui/historyform.ui.h')
-rw-r--r--src/gui/historyform.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/historyform.ui.h b/src/gui/historyform.ui.h
index 08af8c7..72823d7 100644
--- a/src/gui/historyform.ui.h
+++ b/src/gui/historyform.ui.h
@@ -48,8 +48,8 @@ void HistoryForm::init()
timeLastViewed = phone->get_startup_time();
- QIcon inviteIcon(QPixmap::fromMimeSource("invite.png"));
- QIcon deleteIcon(QPixmap::fromMimeSource("editdelete.png"));
+ QIcon inviteIcon(qPixmapFromMimeSource("invite.png"));
+ QIcon deleteIcon(qPixmapFromMimeSource("editdelete.png"));
histPopupMenu = new Q3PopupMenu(this);
MEMMAN_NEW(histPopupMenu);