diff options
Diffstat (limited to 'languages/ruby/debugger/dbgtoolbar.h')
| -rw-r--r-- | languages/ruby/debugger/dbgtoolbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/ruby/debugger/dbgtoolbar.h b/languages/ruby/debugger/dbgtoolbar.h index a98dfc74..49a4e71f 100644 --- a/languages/ruby/debugger/dbgtoolbar.h +++ b/languages/ruby/debugger/dbgtoolbar.h @@ -22,7 +22,7 @@ #ifndef _DBGTOOLBAR_H_ #define _DBGTOOLBAR_H_ -class KWinModule; +class TWinModule; #include <ksystemtray.h> #include <twin.h> // needed for WId :( @@ -78,7 +78,7 @@ private: RubyDebuggerPart* part_; WId activeWindow_; - KWinModule* winModule_; + TWinModule* winModule_; DbgButton* bKDevFocus_; DbgButton* bPrevFocus_; bool appIsActive_; |
