diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:09:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:09:58 -0600 |
commit | 4af2186993f7fe61626d1197106ed5f367a5b3fc (patch) | |
tree | 9e911488b44b1bdf688632f9811151203b05c341 /src/main.cpp | |
parent | 5301bc5ca97d1f89f1156e84bcb3930bca0a2d61 (diff) | |
download | kvpnc-4af2186993f7fe61626d1197106ed5f367a5b3fc.tar.gz kvpnc-4af2186993f7fe61626d1197106ed5f367a5b3fc.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 7150220..74b34d0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,8 +19,8 @@ ***************************************************************************/ // KDE includes -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <kmessagebox.h> #include <tdemainwindow.h> #include <kapp.h> |