summaryrefslogtreecommitdiffstats
path: root/src/k9mencodercmdgen.cpp
diff options
context:
space:
mode:
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) {};