diff options
Diffstat (limited to 'quanta/components/debugger/variableslistview.h')
-rw-r--r-- | quanta/components/debugger/variableslistview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/components/debugger/variableslistview.h b/quanta/components/debugger/variableslistview.h index de837241..69b27852 100644 --- a/quanta/components/debugger/variableslistview.h +++ b/quanta/components/debugger/variableslistview.h @@ -19,8 +19,8 @@ #ifndef VARIABLESLISTVIEW_H #define VARIABLESLISTVIEW_H -#include <klistview.h> -#include <kpopupmenu.h> +#include <tdelistview.h> +#include <tdepopupmenu.h> #include <tqptrlist.h> class DebuggerVariable; |