From bd575e80a7e5e7d49a756e295f5f0f533cdaf8d3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:50:24 -0600 Subject: [PATCH] Rename KComp to avoid conflicts with KDE4 --- src/gui/studio/NameSetEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/studio/NameSetEditor.h b/src/gui/studio/NameSetEditor.h index 904ea78..1767ca9 100644 --- a/src/gui/studio/NameSetEditor.h +++ b/src/gui/studio/NameSetEditor.h @@ -75,7 +75,7 @@ protected: TQGridLayout *m_mainLayout; BankEditorDialog* m_bankEditor; - KCompletion m_completion; + TDECompletion m_completion; TQPushButton *m_initialLabel; std::vector m_labels; std::vector m_names;