From c5d5372dc9e0150d6b4bf5696b1da22b9ca9486c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 24 Dec 2011 11:36:42 -0600 Subject: [PATCH] Rename a few stragglers --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3c10f3..2908cd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1667,7 +1667,7 @@ 2007-01-21 Danny Kukawka - * src/configure_Dialog.ui: Fixed tqlayout and (re)added + * src/configure_Dialog.ui: Fixed layout and (re)added Q_SLOTS for Q_SIGNALS and actions. 2007-01-21 Danny Kukawka @@ -4130,7 +4130,7 @@ 2006-02-19 Danny Kukawka - * src/detaileddialog.cpp, src/detaileddialog.h: replaced tqlayout for + * src/detaileddialog.cpp, src/detaileddialog.h: replaced layout for battery and processor bars with QGridLayout to be sure all widgets have the same size. Replaced picture for total battery fuel state with a string. Cleaned up the code.