diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:14 -0600 |
commit | 0a841682a5517fa5c9807fd0f09ffcf141bf1b35 (patch) | |
tree | f977fd590b6a9dd3867af92f7269e6c3b87433d5 /kopete/libkopete/compat | |
parent | 55b5e168e3b25303c9eff3b5e4b6e2317e13a156 (diff) | |
download | tdenetwork-0a841682a5517fa5c9807fd0f09ffcf141bf1b35.tar.gz tdenetwork-0a841682a5517fa5c9807fd0f09ffcf141bf1b35.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kopete/libkopete/compat')
-rw-r--r-- | kopete/libkopete/compat/kpixmapregionselectorwidget.cpp | 2 | ||||
-rw-r--r-- | kopete/libkopete/compat/kpixmapregionselectorwidget.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/compat/kpixmapregionselectorwidget.cpp b/kopete/libkopete/compat/kpixmapregionselectorwidget.cpp index 453ca98b..25f99824 100644 --- a/kopete/libkopete/compat/kpixmapregionselectorwidget.cpp +++ b/kopete/libkopete/compat/kpixmapregionselectorwidget.cpp @@ -18,7 +18,7 @@ */ /* NOTE: There are two copies of this .h and the .cpp file, with subtle differences. - * One copy is in kdelibs/tdeui, and the other copy is in tdepim/libtdepim + * One copy is in tdelibs/tdeui, and the other copy is in tdepim/libtdepim * This is because tdepim has to remain backwards compatible. Any changes * to either file should be made to the other. */ diff --git a/kopete/libkopete/compat/kpixmapregionselectorwidget.h b/kopete/libkopete/compat/kpixmapregionselectorwidget.h index 5cbb067c..5a9ec050 100644 --- a/kopete/libkopete/compat/kpixmapregionselectorwidget.h +++ b/kopete/libkopete/compat/kpixmapregionselectorwidget.h @@ -34,7 +34,7 @@ class KPopupMenu; * user with a friendly way to select a rectangular subregion of the pixmap. * * NOTE: There are two copies of this .h and the .cpp file, with subtle differences. - * One copy is in kdelibs/tdeui, and the other copy is in tdepim/libtdepim + * One copy is in tdelibs/tdeui, and the other copy is in tdepim/libtdepim * This is because tdepim has to remain backwards compatible. Any changes * to either file should be made to the other. * |