diff options
Diffstat (limited to 'quanta/components/debugger/variableslistview.cpp')
-rw-r--r-- | quanta/components/debugger/variableslistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/variableslistview.cpp b/quanta/components/debugger/variableslistview.cpp index 7d428bc0..40df91c0 100644 --- a/quanta/components/debugger/variableslistview.cpp +++ b/quanta/components/debugger/variableslistview.cpp @@ -284,7 +284,7 @@ void VariablesListView::slotVariableCopyToClipboard( ) DebuggerVariable *v = selected(true); if(!v) return; - TQApplication::tqclipboard()->setText(v->value()); + TQApplication::clipboard()->setText(v->value()); } #include "variableslistview.moc" |