From 614954756bc932bd9640b9c3624ab59dfde0e939 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 28 Apr 2009 17:10:17 +0000 Subject: [PATCH] we probably don't really need to see this on start up svn path=/trunk/KDE/kdelibs/; revision=960581 --- theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.cpp b/theme.cpp index 896d28e8c..4915c7342 100644 --- a/theme.cpp +++ b/theme.cpp @@ -308,7 +308,7 @@ void Theme::setThemeName(const QString &themeName) void ThemePrivate::setThemeName(const QString &tempThemeName, bool writeSettings) { - kDebug(); + //kDebug() << tempThemeName; QString theme = tempThemeName; if (theme.isEmpty() || theme == themeName) { // let's try and get the default theme at least