summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/filestreeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/treeviews/filestreeview.h')
-rw-r--r--quanta/treeviews/filestreeview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/treeviews/filestreeview.h b/quanta/treeviews/filestreeview.h
index bdee0d0c..4cf89304 100644
--- a/quanta/treeviews/filestreeview.h
+++ b/quanta/treeviews/filestreeview.h
@@ -36,7 +36,7 @@ class FilesTreeView : public BaseTreeView {
public:
- FilesTreeView(KConfig *config, TQWidget *parent, const char *name = 0L);
+ FilesTreeView(TDEConfig *config, TQWidget *parent, const char *name = 0L);
virtual ~FilesTreeView();
KURL::List topURLList;
TQMap<TQString, TQString> topURLAliases;
@@ -69,7 +69,7 @@ protected:
int m_insertFileInProject;
int m_insertFolderInProject;
// config
- KConfig *m_config;
+ TDEConfig *m_config;
private:
int m_menuTop;