diff options
Diffstat (limited to 'kmid')
-rw-r--r-- | kmid/history.txt | 8 | ||||
-rw-r--r-- | kmid/kmid.spec | 2 | ||||
-rw-r--r-- | kmid/kmid_part.cpp | 2 | ||||
-rw-r--r-- | kmid/kmid_part.h | 2 | ||||
-rw-r--r-- | kmid/kmidframe.h | 2 | ||||
-rw-r--r-- | kmid/ktrianglebutton.cpp | 2 | ||||
-rw-r--r-- | kmid/ktrianglebutton.h | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/kmid/history.txt b/kmid/history.txt index 77ad9f5f..34593448 100644 --- a/kmid/history.txt +++ b/kmid/history.txt @@ -213,7 +213,7 @@ Monday 9-2-98 Friday 20-2-98 - I've finished exams, have installed the yesterday snapshots and have updated the configure scripts to add rpath and all that stuff to my copy -of kmid (thanks to Kulow, who added it to kmid in kdemultimedia) +of kmid (thanks to Kulow, who added it to kmid in tdemultimedia) Saturday 21-2-98 - Fixed the not-a-feature problem with FM, next time I will not let the @@ -289,7 +289,7 @@ Monday 30-3-98 Tuesday 31-3-98 - I've done some changes to support the new KFileDialog and the new -changes in kdelibs done by Matthias. +changes in tdelibs done by Matthias. Thursday 2-4-98 - Some bug fixes @@ -301,7 +301,7 @@ each opened song. Tuesday 7-4-98 - Aaaargh !, I have to remove the changes that I did last tuesday because it -seems that the changes in the kdelibs have been removed. +seems that the changes in the tdelibs have been removed. Monday 13-4-98 - Added support for midi files with strange headers not related to midi files. @@ -338,7 +338,7 @@ Saturday 20-6-98 Sunday 21-6-98 - Wow, KDE-1.0 is finally here, and it is REAL, so I will prepare very quickly -KMid 1.0 before the freeze of kdemultimedia. +KMid 1.0 before the freeze of tdemultimedia. Saturday 4-7-98 - Just finished exams :-), and I've implemented the (long awaited feature of a) diff --git a/kmid/kmid.spec b/kmid/kmid.spec index 959ce342..b46753ae 100644 --- a/kmid/kmid.spec +++ b/kmid/kmid.spec @@ -5,7 +5,7 @@ Release: 1 Copyright: GPL Group: X11/K Desktop Environment/Multimedia Source: kmid-1.2.tar.gz -Requires: qt >= 1.3 , kdelibs +Requires: qt >= 1.3 , tdelibs %description KMid is a midi/karaoke file player, with configurable midi mapper, diff --git a/kmid/kmid_part.cpp b/kmid/kmid_part.cpp index 239e8b40..5eafbe62 100644 --- a/kmid/kmid_part.cpp +++ b/kmid/kmid_part.cpp @@ -11,7 +11,7 @@ #include "kmidclient.h" #include <tqtimer.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> K_EXPORT_COMPONENT_FACTORY( libkmidpart, KMidFactory ) diff --git a/kmid/kmid_part.h b/kmid/kmid_part.h index 9cb5a564..a2de00ea 100644 --- a/kmid/kmid_part.h +++ b/kmid/kmid_part.h @@ -3,7 +3,7 @@ #include <kparts/browserextension.h> #include <kparts/factory.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> class KAboutData; class KInstance; class KMidBrowserExtension; diff --git a/kmid/kmidframe.h b/kmid/kmidframe.h index c60d6267..584b7dc3 100644 --- a/kmid/kmidframe.h +++ b/kmid/kmidframe.h @@ -30,7 +30,7 @@ #include <libkmid/player.h> #include <libkmid/track.h> #include <tqtimer.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> class KApplication; class KConfig; diff --git a/kmid/ktrianglebutton.cpp b/kmid/ktrianglebutton.cpp index 348a2944..155daf31 100644 --- a/kmid/ktrianglebutton.cpp +++ b/kmid/ktrianglebutton.cpp @@ -20,7 +20,7 @@ Send comments and bug fixes to larrosa@kde.org or to Antonio Larrosa, Rio Arnoya, 10 5B, 29006 Malaga, Spain - Note: This widget was based on KButton as found in the kdelibs/tdeui + Note: This widget was based on KButton as found in the tdelibs/tdeui KButton was originally copyrighted by Torben Weis (weis@kde.org) and Matthias Ettrich (ettrich@kde.org) on 1997 diff --git a/kmid/ktrianglebutton.h b/kmid/ktrianglebutton.h index 6764c95d..35385522 100644 --- a/kmid/ktrianglebutton.h +++ b/kmid/ktrianglebutton.h @@ -20,7 +20,7 @@ Send comments and bug fixes to larrosa@kde.org or to Antonio Larrosa, Rio Arnoya, 10 5B, 29006 Malaga, Spain - Note: This widget was copied from KButton as found in the kdelibs/tdeui + Note: This widget was copied from KButton as found in the tdelibs/tdeui KButton was originally copyrighted by Torben Weis (weis@kde.org) and Matthias Ettrich (ettrich@kde.org) on 1997 |