diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:05:04 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:05:04 -0600 |
| commit | af1081c62ff7678846c133304e99aac3411ec707 (patch) | |
| tree | 61dce7b0fcd39c741cb5a774e5f86371212fdd4c /src/main.cpp | |
| parent | 62a3bca195c077e22b526e12be2c3afaf0fbba10 (diff) | |
| download | kerberostray-af1081c62ff7678846c133304e99aac3411ec707.tar.gz kerberostray-af1081c62ff7678846c133304e99aac3411ec707.zip | |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2f8096f..ec70fc1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,8 +20,8 @@ #include <twin.h> #include <kstartupinfo.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include "toplevel.h" |
