diff options
Diffstat (limited to 'kolf/editor.h')
| -rw-r--r-- | kolf/editor.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kolf/editor.h b/kolf/editor.h index bf41645a..901cb71a 100644 --- a/kolf/editor.h +++ b/kolf/editor.h @@ -5,7 +5,7 @@  #include "game.h" -class KListBox; +class TDEListBox;  class TQHBoxLayout;  class TQListBoxItem;  class Config; @@ -31,7 +31,7 @@ private slots:  private:  	ObjectList *list;  	TQHBoxLayout *hlayout; -	KListBox *listbox; +	TDEListBox *listbox;  	Config *config;  }; | 
