From 03cdfef663599cf423a7cbef68e4b8db5f076a0b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:37:48 -0600 Subject: Additional renaming of kde to tde --- src/qt_qt_wrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qt_qt_wrapper.cpp') 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"); -- cgit v1.2.1