diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:37:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:37:48 -0600 |
commit | 03cdfef663599cf423a7cbef68e4b8db5f076a0b (patch) | |
tree | 6bfc8b394101996df6e72e2eb64434a7bdbcfd9a /src/qt_qt_wrapper.cpp | |
parent | 4aaf4e1a9880b9e95a6314d55c2c44681d859d0d (diff) | |
download | gtk-qt-engine-03cdfef663599cf423a7cbef68e4b8db5f076a0b.tar.gz gtk-qt-engine-03cdfef663599cf423a7cbef68e4b8db5f076a0b.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src/qt_qt_wrapper.cpp')
-rw-r--r-- | src/qt_qt_wrapper.cpp | 4 |
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"); |