aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-25 14:38:12 +0000
committerGravatar Elvio Basello2008-04-25 14:38:12 +0000
commitad42725eb89b8c488090572c6ea924a4f2c6c84b (patch)
tree5ee9511d03c4c5a330c88532af7c3946302161bc /src/modules/theme
parentquick fix (diff)
downloadKVIrc-ad42725eb89b8c488090572c6ea924a4f2c6c84b.tar.gz
KVIrc-ad42725eb89b8c488090572c6ea924a4f2c6c84b.tar.bz2
KVIrc-ad42725eb89b8c488090572c6ea924a4f2c6c84b.zip
ported KviTalTextEdit
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1590 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/packthemedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/packthemedialog.cpp b/src/modules/theme/packthemedialog.cpp
index 66235bc4e..e36f148ca 100644
--- a/src/modules/theme/packthemedialog.cpp
+++ b/src/modules/theme/packthemedialog.cpp
@@ -188,7 +188,7 @@ KviPackThemeDialog::KviPackThemeDialog(QWidget * pParent,KviPointerList<KviTheme
szThemesDescription += "</body></html>";
KviTalTextEdit * pTextEdit = new KviTalTextEdit(pPage);
- pTextEdit->setPaper(QBrush(QColor(255,255,255)));
+ pTextEdit->setBackgroundRole(QPalette::Window);
pTextEdit->setReadOnly(true);
pTextEdit->setText(szThemesDescription);
pLayout->addWidget(pTextEdit,1,0);