summaryrefslogtreecommitdiffstats
path: root/src/k9mencodercmdgen.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-14 17:04:18 -0600
committerTimothy Pearson <[email protected]>2013-02-14 17:04:18 -0600
commit700e8c698d426535616a84c51fb73265b252614c (patch)
treea3f88b5cee3c4a5a70b537ec4f9b2f8722641a51 /src/k9mencodercmdgen.cpp
parent4d0a292856df54f77406ac54195ad87581a5dfcf (diff)
downloadk9copy-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.cpp2
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) {};