From a760913482121d5ce33b68248d45cecaf6f164e9 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 24 Nov 2007 23:43:57 +0000 Subject: [PATCH] - Same as last commit but for infoBar this time --- src/downloadingTorrents.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/downloadingTorrents.h b/src/downloadingTorrents.h index 9ad934d25..e2346a1d6 100644 --- a/src/downloadingTorrents.h +++ b/src/downloadingTorrents.h @@ -95,7 +95,7 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{ public slots: void updateDlList(); - void setInfoBar(QString info, QColor color=QPalette::WindowText); + void setInfoBar(QString info, QColor color=QApplication::palette().color(QPalette::WindowText)); void pauseTorrent(QString hash); void resumeTorrent(QString hash); void updateRatio();