diff options
author | Reuben Thomas <rrt@sc3d.org> | 2005-08-28 22:45:07 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2005-08-28 22:45:07 +0000 |
commit | baa6239b03eae3ba9a696a922720c79de7e90a2c (patch) | |
tree | 8482594ac7fd583dc1c83cbfaefc2195f488a24c /kde2/klipsi/main.cpp | |
parent | 8535c2f36544727e24483b8c9b963f9bd163ad6a (diff) | |
download | plptools-baa6239b03eae3ba9a696a922720c79de7e90a2c.tar.gz plptools-baa6239b03eae3ba9a696a922720c79de7e90a2c.tar.bz2 plptools-baa6239b03eae3ba9a696a922720c79de7e90a2c.zip |
Update header names to modern KDE names.
Fix a couple of strings.
Diffstat (limited to 'kde2/klipsi/main.cpp')
-rw-r--r-- | kde2/klipsi/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde2/klipsi/main.cpp b/kde2/klipsi/main.cpp index 48cb853..f252759 100644 --- a/kde2/klipsi/main.cpp +++ b/kde2/klipsi/main.cpp @@ -29,14 +29,14 @@ #include <kcmdlineargs.h> #include <kwin.h> #include <kaboutdata.h> -#include <kuniqueapp.h> +#include <kuniqueapplication.h> int main(int argc, char *argv[]) { KAboutData about("klipsi", I18N_NOOP("Klipsi"), VERSION, I18N_NOOP("Psion remote clipboard utility"), KAboutData::License_GPL, - "(C) 2001, Fritz Elfert", + "(C) 2001 Fritz Elfert", "Klipsi is part of plptools", "http://plptools.sourceforge.net", "plptools-developers@sourceforge.net"); |