diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /tdecore/kstartupinfo.h | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
Diffstat (limited to 'tdecore/kstartupinfo.h')
-rw-r--r-- | tdecore/kstartupinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kstartupinfo.h b/tdecore/kstartupinfo.h index d14213dc7..d384ceeed 100644 --- a/tdecore/kstartupinfo.h +++ b/tdecore/kstartupinfo.h @@ -37,7 +37,7 @@ DEALINGS IN THE SOFTWARE. #include <tqcstring.h> #include <tqstring.h> #include <tqvaluelist.h> -#include "kdelibs_export.h" +#include "tdelibs_export.h" class KStartupInfoId; class KStartupInfoData; @@ -49,7 +49,7 @@ class KStartupInfoPrivate; * * This class can be used to send information about started application, * change the information and receive this information. For detailed - * description, see kdelibs/tdecore/README.kstartupinfo. + * description, see tdelibs/tdecore/README.kstartupinfo. * * You usually don't need to use this class for sending the notification * information, as KDE libraries should do this when an application is |