diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:04:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:04:18 -0600 |
commit | 700e8c698d426535616a84c51fb73265b252614c (patch) | |
tree | a3f88b5cee3c4a5a70b537ec4f9b2f8722641a51 /src/k9mencodercmdgen.cpp | |
parent | 4d0a292856df54f77406ac54195ad87581a5dfcf (diff) | |
download | k9copy-700e8c698d426535616a84c51fb73265b252614c.tar.gz k9copy-700e8c698d426535616a84c51fb73265b252614c.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/k9mencodercmdgen.cpp')
-rw-r--r-- | src/k9mencodercmdgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9mencodercmdgen.cpp b/src/k9mencodercmdgen.cpp index 2f2924e..877a745 100644 --- a/src/k9mencodercmdgen.cpp +++ b/src/k9mencodercmdgen.cpp @@ -29,7 +29,7 @@ #include <tqtooltip.h> #include <tqwhatsthis.h> #include <kstandarddirs.h> -#include <kapplication.h> +#include <tdeapplication.h> class _k9CheckListItem: public TQCheckListItem { public: _k9CheckListItem(TQListViewItem *_item):TQCheckListItem(_item,"",TQCheckListItem::CheckBox) {}; |