diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-27 12:53:43 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-27 12:53:43 -0500 |
commit | 500751f2d856302fb76b48141658211740efdf47 (patch) | |
tree | 20e68a820d2b2a14ecad3a0ba336cbf51d24134a /src | |
parent | 24df7f590021bd44627c72838999657db9a78e0f (diff) | |
download | kvirc-500751f2d856302fb76b48141658211740efdf47.tar.gz kvirc-500751f2d856302fb76b48141658211740efdf47.zip |
Branding: KDE panel->TDE panel.
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/dockwidget/libkvidockwidget_qt3.cpp | 2 | ||||
-rw-r--r-- | src/modules/dockwidget/libkvidockwidget_qt4.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/dockwidget/libkvidockwidget_qt3.cpp b/src/modules/dockwidget/libkvidockwidget_qt3.cpp index 2820ce2f..d4ab5ee6 100644 --- a/src/modules/dockwidget/libkvidockwidget_qt3.cpp +++ b/src/modules/dockwidget/libkvidockwidget_qt3.cpp @@ -665,7 +665,7 @@ static KviDockWidget * dockwidget_find(KviFrame *f) dockwidget.show @description: Shows the dock widget for the current frame window.[br] - The dock widget is a small widget that docks in the KDE panel.[br] + The dock widget is a small widget that docks in the TDE panel.[br] It shows a small icon of the earth and eventually displays four squares that cover this icon: the bottom left square appears when there is some new text in any console window, the square becomes red if the text is highlighted.[br] diff --git a/src/modules/dockwidget/libkvidockwidget_qt4.cpp b/src/modules/dockwidget/libkvidockwidget_qt4.cpp index 48555c7a..d9b6ab9c 100644 --- a/src/modules/dockwidget/libkvidockwidget_qt4.cpp +++ b/src/modules/dockwidget/libkvidockwidget_qt4.cpp @@ -500,7 +500,7 @@ static KviDockWidget * dockwidget_find(KviFrame *f) dockwidget.show @description: Shows the dock widget for the current frame window.[br] - The dock widget is a small widget that docks in the KDE panel.[br] + The dock widget is a small widget that docks in the TDE panel.[br] It shows a small icon of the earth and eventually displays four squares that cover this icon: the bottom left square appears when there is some new text in any console window, the square becomes red if the text is highlighted.[br] |