From f8cdd061c25a06874ea67ec1e2f26d60f720dfe7 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Mon, 23 Jun 2014 22:42:16 +0000 Subject: [PATCH] Style.css minor change git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3175 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetapp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index d5249edb3..7358020fe 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -954,11 +954,11 @@ void QETApp::useSystemPalette(bool use) { "}" ); } else { - QFile file("style.css"); + QFile file("./style.css"); file.open(QFile::ReadOnly); QString styleSheet = QLatin1String(file.readAll()); setStyleSheet(styleSheet); - + file.close(); } }