summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-06-20 23:52:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-06-20 23:52:19 +0900
commitf2ca34345e168d4273e10e55c2db401a3b9e5c97 (patch)
tree801737eee293a96e9bd7099c9f4dd010149c6458 /kcontrol
parent808ae9f1567008c91239bbff3df20702715a55c9 (diff)
downloadtdebase-f2ca34345e168d4273e10e55c2db401a3b9e5c97.tar.gz
tdebase-f2ca34345e168d4273e10e55c2db401a3b9e5c97.zip
Removed unrequired comments.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/konqhtml/htmlopts.cpp3
-rw-r--r--kcontrol/konqhtml/htmlopts.h3
-rw-r--r--kcontrol/taskbar/kcmtaskbar.cpp6
-rw-r--r--kcontrol/taskbar/kcmtaskbar.h6
4 files changed, 0 insertions, 18 deletions
diff --git a/kcontrol/konqhtml/htmlopts.cpp b/kcontrol/konqhtml/htmlopts.cpp
index 99bdb25a4..ed87ea349 100644
--- a/kcontrol/konqhtml/htmlopts.cpp
+++ b/kcontrol/konqhtml/htmlopts.cpp
@@ -5,9 +5,6 @@
// (c) David Faure 1998
// (c) 2001 Waldo Bastian <bastian@kde.org>
//
-// --------------------------------------------------------------
-// - 2013/10/16 Michele Calgaro
-// Move some options to the 'advancedTabDialog' dialog
#include <tqlayout.h>//CT - 12Nov1998
#include <tqwhatsthis.h>
diff --git a/kcontrol/konqhtml/htmlopts.h b/kcontrol/konqhtml/htmlopts.h
index bdfa3cd81..b04690b51 100644
--- a/kcontrol/konqhtml/htmlopts.h
+++ b/kcontrol/konqhtml/htmlopts.h
@@ -5,9 +5,6 @@
// (c) Sven Radej 1998
// (c) David Faure 1998
//
-// --------------------------------------------------------------
-// - 2013/10/16 Michele Calgaro
-// Move some options to the 'advancedTabDialog' dialog
#ifndef __KMISCHTML_OPTIONS_H
#define __KMISCHTML_OPTIONS_H
diff --git a/kcontrol/taskbar/kcmtaskbar.cpp b/kcontrol/taskbar/kcmtaskbar.cpp
index 80c7bf87e..941c8b986 100644
--- a/kcontrol/taskbar/kcmtaskbar.cpp
+++ b/kcontrol/taskbar/kcmtaskbar.cpp
@@ -14,12 +14,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
-
- --------------------------------------------------------------
- Additional changes:
- - 2013/10/22 Michele Calgaro
- * added support for display mode (Icons and Text, Text only, Icons only)
- and removed "Show application icons"
*/
#include <tqcheckbox.h>
diff --git a/kcontrol/taskbar/kcmtaskbar.h b/kcontrol/taskbar/kcmtaskbar.h
index f14500a68..4d644bd0f 100644
--- a/kcontrol/taskbar/kcmtaskbar.h
+++ b/kcontrol/taskbar/kcmtaskbar.h
@@ -14,12 +14,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
-
- --------------------------------------------------------------
- Additional changes:
- - 2013/10/22 Michele Calgaro
- * added support for display mode (Icons and Text, Text only, Icons only)
- and removed "Show application icons"
*/
#ifndef __kcmtaskbar_h__