diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:17:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:17:18 -0600 |
commit | 8bd62a3b0d3b362b783a273e2460811392485bbd (patch) | |
tree | 908bded302457ea012474f3a52d67fb9cfce99c3 /tdecore/kuniqueapplication.h | |
parent | d8ece7c070ff053c8a429d4a7d7a14d4b8c107b3 (diff) | |
download | tdelibs-8bd62a3b0d3b362b783a273e2460811392485bbd.tar.gz tdelibs-8bd62a3b0d3b362b783a273e2460811392485bbd.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'tdecore/kuniqueapplication.h')
-rw-r--r-- | tdecore/kuniqueapplication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kuniqueapplication.h b/tdecore/kuniqueapplication.h index ede89ef19..3b7bd8d6e 100644 --- a/tdecore/kuniqueapplication.h +++ b/tdecore/kuniqueapplication.h @@ -21,7 +21,7 @@ #ifndef _KUNIQUEAPP_H #define _KUNIQUEAPP_H -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopobject.h> class KUniqueApplicationPrivate; @@ -36,7 +36,7 @@ class KUniqueApplicationPrivate; * the information to the first instance and then quit. * * The .desktop file for the application should state X-DCOP-ServiceType=Unique, - * see kapplication.h + * see tdeapplication.h * * If your application is used to open files, it should also support the --tempfile * option (see TDECmdLineArgs::addTempFileOption()), to delete tempfiles after use. |