diff options
Diffstat (limited to 'kommander/editor/qcompletionedit.h')
-rw-r--r-- | kommander/editor/qcompletionedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/qcompletionedit.h b/kommander/editor/qcompletionedit.h index 39518c58..169dacb5 100644 --- a/kommander/editor/qcompletionedit.h +++ b/kommander/editor/qcompletionedit.h @@ -4,8 +4,8 @@ #include <tqlineedit.h> #include <tqstringlist.h> -class QListBox; -class QVBox; +class TQListBox; +class TQVBox; class QCompletionEdit : public QLineEdit { |