summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qt_qt_wrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp
index b5b9d19..aabda5f 100644
--- a/src/qt_qt_wrapper.cpp
+++ b/src/qt_qt_wrapper.cpp
@@ -475,7 +475,7 @@ GdkFilterReturn gdkEventFilter(GdkXEvent *xevent, GdkEvent *gevent, gpointer dat
if ((event->type == ClientMessage) && (event->xclient.message_type == kipcCommAtom))
{
// This data variable contains the type of KIPC message
- // As defined in kdelibs/tdecore/kipc.h, 2 = StyleChanged
+ // As defined in tdelibs/tdecore/kipc.h, 2 = StyleChanged
if (event->xclient.data.l[0] != 2)
return GDK_FILTER_REMOVE;
@@ -2250,7 +2250,7 @@ void setRcProperties(GtkRcStyle* rc_style, int forceRecreate)
stream << doIconMapping("gtk-zoom-in", "actions/viewmag+.png");
stream << doIconMapping("gtk-zoom-out", "actions/viewmag-.png");
- // Other icons that really should have Trinity equivalents in kdelibs
+ // Other icons that really should have Trinity equivalents in tdelibs
stream << doIconMapping("list-add", "actions/add.png");
stream << doIconMapping("list-remove", "actions/remove.png");