From 78114a50964bc7bb5d7d99f713bb815ed5a623ef Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 8 Oct 2013 00:16:56 +0200 Subject: Initial TDE conversion --- src/cscopefrontend.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/cscopefrontend.cpp') diff --git a/src/cscopefrontend.cpp b/src/cscopefrontend.cpp index 79d829e..b25c924 100644 --- a/src/cscopefrontend.cpp +++ b/src/cscopefrontend.cpp @@ -27,10 +27,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include "cscopefrontend.h" #include "kscopeconfig.h" #include "configfrontend.h" @@ -422,9 +422,9 @@ void CscopeProgress::setProgress(int nProgress, int nTotal) m_pLabel->adjustSize(); m_pLabel->setPaletteBackgroundColor( - KGlobalSettings::highlightColor()); + TDEGlobalSettings::highlightColor()); m_pLabel->setPaletteForegroundColor( - KGlobalSettings::highlightedTextColor()); + TDEGlobalSettings::highlightedTextColor()); TQTimer::singleShot(1000, this, SLOT(slotShowLabel())); } -- cgit v1.2.3