summaryrefslogtreecommitdiffstats
path: root/parts/tools/toolsconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/tools/toolsconfig.h')
-rw-r--r--parts/tools/toolsconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/tools/toolsconfig.h b/parts/tools/toolsconfig.h
index 074d5900..23081676 100644
--- a/parts/tools/toolsconfig.h
+++ b/parts/tools/toolsconfig.h
@@ -9,7 +9,7 @@
class TQListBox;
class TQPushButton;
-class KDevApplicationTree;
+class TDevApplicationTree;
class Entry
{
@@ -60,7 +60,7 @@ private slots:
private:
- KDevApplicationTree *_tree;
+ TDevApplicationTree *_tree;
TQListBox *_list;
TQPushButton *_toList, *_toTree;