lib/clevic/qt/text_delegate.rb in clevic-0.13.0.b3 vs lib/clevic/qt/text_delegate.rb in clevic-0.13.0.b5

- old
+ new

@@ -1,9 +1,9 @@ -require 'clevic/qt/item_delegate.rb' +require 'clevic/qt/delegate.rb' module Clevic - class TextDelegate < ItemDelegate + class TextDelegate < Delegate # Doesn't do anything useful yet, but I'm leaving # it here so I don't have to change other code. class TextEditor < Qt::PlainTextEdit end